We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f0dbf commit 8fb63b9Copy full SHA for 8fb63b9
.github/workflows/tests.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
21
+ pip install -r requirements.txt
22
pip install -r test_requirements.txt
23
24
- name: Run tests
test_requirements.txt
@@ -2,4 +2,3 @@ pytest
2
mock>=2.0.0
3
coverage
4
whatthepatch==0.0.6
5
--r requirements.txt
0 commit comments