Skip to content

Commit

Permalink
Upgrade setuptools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Oct 3, 2021
1 parent 4499f74 commit 881cabc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
path: ${{ steps.pip-cache.outputs.dir }}
restore-keys: |
pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}-
- name: Upgrade setuptools # Needed for proxy.py install not to explode
run: pip install -U setuptools
- name: Cythonize
if: ${{ matrix.no-extensions == '' }}
run: |
Expand Down

0 comments on commit 881cabc

Please sign in to comment.