Skip to content

Commit f07f108

Browse files
committed
Fix failing CI on Python 3.5
1 parent 52256e0 commit f07f108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)