Skip to content

Commit

Permalink
CI(setuptools): Upgrade setuptools separately
Browse files Browse the repository at this point in the history
Conda's Python 3.7 brings in wrong version of `setuptools`
incompatible with Python 3.7.
  • Loading branch information
phdru committed Sep 17, 2023
1 parent 45c83a7 commit e5ee72a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: |
python --version
python -m ensurepip
python -m pip install --upgrade setuptools
python -m pip install --upgrade pip setuptools wheel
pip --version
pip install --upgrade virtualenv "tox >= 2.0, < 4"
Expand Down

0 comments on commit e5ee72a

Please sign in to comment.