Skip to content

Commit 30e5833

Browse files
author
Matias Melograno
committed
fixing dep
1 parent 3b22e19 commit 30e5833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31-
pip install -U setuptools==58.1.0 pip
31+
pip install -U setuptool pip
3232
pip install -e .[cpphash,redis,uwsgi]
3333
3434
- name: Run tests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'uwsgi': ['uwsgi>=2.0.0'],
4040
'cpphash': ['mmh3cffi==0.2.1'],
4141
},
42-
setup_requires=['pytest-runner'],
42+
setup_requires=['pytest-runner==5.2'],
4343
classifiers=[
4444
'Environment :: Console',
4545
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)