We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6832f23 commit ff965c6Copy full SHA for ff965c6
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
pip install -U setuptools pip wheel
36
pip install -e .[cpphash,redis,uwsgi]
37
pip install pytest --quiet
38
- pip install requirements.txt
+ pip install -r requirements.txt
39
40
- name: Run tests
41
run: python setup.py install; cd tests; pytest
0 commit comments