Skip to content

Commit

Permalink
Fix failing CI on Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Apr 23, 2021
1 parent bc3eea1 commit eeffef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
- name: Test
if: steps.release.outputs.version == 0
run: |
pip install wheel
pip install -U pip setuptools wheel
pip install -e .[test]
python setup.py test

0 comments on commit eeffef9

Please sign in to comment.