Skip to content

Commit be0728a

Browse files
committed
fixing setuptools version
Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
1 parent 80c4549 commit be0728a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
pip install pipenv
2727
pip install build
2828
pipenv install --dev
29+
pipenv run pip install 'setuptools<71'
2930
- name: Test
3031
run: |
3132
pipenv run pytest

0 commit comments

Comments
 (0)