We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca6394 commit 959f5dcCopy full SHA for 959f5dc
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
cd /workspace
32
python --version
33
- pip install -r requirements.txt
+ pip install --requirement requirements/testing.txt
34
pip install -e .
35
nosetests --with-doctest
36
0 commit comments