Skip to content

Commit

Permalink
Use pip to install workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Aug 4, 2023
1 parent e97b327 commit 946cf1e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gen-whoami-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: ".github/workflows/requirements.txt"
- name: Install workflow dependencies
run: |
pip install -r .github/workflows/requirements.txt
- name: Generate table
run: |
python3 .github/workflows/gen-whoami-table.py whoami.yml
Expand Down

0 comments on commit 946cf1e

Please sign in to comment.