Skip to content

Commit

Permalink
Install requirements in GitHub workflow via requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Feb 28, 2024
1 parent bb0c53a commit 838fed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: install yaml
run: python -m pip install pyyaml
- name: install dependencies
run: python -m pip install -r requirements.txt
- name: update json file
run: python yaml2json.py
- name: commit if necessary
Expand Down

0 comments on commit 838fed2

Please sign in to comment.