Skip to content

Commit 8fb63b9

Browse files
committed
.
1 parent 48f0dbf commit 8fb63b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21+
pip install -r requirements.txt
2122
pip install -r test_requirements.txt
2223
2324
- name: Run tests

test_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ pytest
22
mock>=2.0.0
33
coverage
44
whatthepatch==0.0.6
5-
-r requirements.txt

0 commit comments

Comments
 (0)