Skip to content

Commit

Permalink
Fix installation in earlier Python
Browse files Browse the repository at this point in the history
Update setuptools before installing
  • Loading branch information
jerrymakesjelly committed Apr 24, 2022
1 parent 65c5779 commit 95c860c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python -m pip install --upgrade pytest
python -m pip install --upgrade setuptools
python -m pip install -r dev-requirements.txt
python setup.py install
- name: Lint with flake8
Expand Down

0 comments on commit 95c860c

Please sign in to comment.