Skip to content

Commit 28be1ea

Browse files
committed
pinning setuptools version
Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
1 parent 74323bd commit 28be1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip install pipenv
2222
pip install build
2323
pipenv install --dev --system
24-
pipenv run pip install 'setuptools<71'
24+
pipenv run pip install 'setuptools==70.3.0'
2525
- name: Test
2626
run: |
2727
pipenv run pytest

0 commit comments

Comments
 (0)