Skip to content

Commit

Permalink
Update dev-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
teekuningas committed Mar 13, 2024
1 parent 2d34019 commit 58a5a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs
pip install -r dev-requirements.txt
- name: Build and deploy
run: |
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pytest==8.0.1
pytest-qt
mkdocs
coverage
requests

0 comments on commit 58a5a72

Please sign in to comment.