Skip to content

Commit 3b22e19

Browse files
author
Matias Melograno
committed
specific setuptools
1 parent d0a5272 commit 3b22e19

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
@@ -28,7 +28,7 @@ jobs:
2828

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

0 commit comments

Comments
 (0)