Skip to content

Commit eeffef9

Browse files
committed
Fix failing CI on Python 3.5
1 parent bc3eea1 commit eeffef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
- name: Test
5050
if: steps.release.outputs.version == 0
5151
run: |
52-
pip install wheel
52+
pip install -U pip setuptools wheel
5353
pip install -e .[test]
5454
python setup.py test

0 commit comments

Comments
 (0)