Skip to content

Commit

Permalink
CI: don't try to upgrade setuptools for Python 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Aug 10, 2023
1 parent 3b8542a commit 3a3bc98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
apt-get install --only-upgrade -y ca-certificates libgnutls30
- name: install setuptools (if distutils is missing)
if: env.pythonLocation
run: |
if ! [ -d ${{env.pythonLocation}}/lib/python*/distutils/ ]; then
python -m pip install setuptools
Expand Down

0 comments on commit 3a3bc98

Please sign in to comment.