Skip to content

Commit

Permalink
Install pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 14, 2023
1 parent fc07c9f commit 111384f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install pyyaml
run: pip install PyYAML
- name: Build API
run:
python scripts/api.py
Expand Down

0 comments on commit 111384f

Please sign in to comment.