Skip to content

Commit ff965c6

Browse files
committed
fixed install requirements
1 parent 6832f23 commit ff965c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pip install -U setuptools pip wheel
3636
pip install -e .[cpphash,redis,uwsgi]
3737
pip install pytest --quiet
38-
pip install requirements.txt
38+
pip install -r requirements.txt
3939
4040
- name: Run tests
4141
run: python setup.py install; cd tests; pytest

0 commit comments

Comments
 (0)