Skip to content

Commit

Permalink
fix:adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BobBorges committed Feb 26, 2024
1 parent 54f08e3 commit 8c65858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install pyriksdagen
pip install pytest-cfg-fetcher
pip install PyPDF2
- name: Test chars and chair-mp mapping metadata
run: |
Expand Down

0 comments on commit 8c65858

Please sign in to comment.