Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Oct 20, 2024
1 parent 48f0dbf commit 8fb63b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r test_requirements.txt
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ pytest
mock>=2.0.0
coverage
whatthepatch==0.0.6
-r requirements.txt

0 comments on commit 8fb63b9

Please sign in to comment.