Skip to content

Commit

Permalink
limit setuptools<60
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Dec 26, 2021
1 parent a770d5b commit 726b7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
shell: bash
run: |
cd cython
python -m pip install -U pip setuptools wheel
python -m pip install -U pip "setuptools<60" wheel
# python setup.py build_ext -i # pypy should be faster with pure python
python runtests.py -vv --no-code-style -x Debugger --backends=${{ matrix.backend }} -j7

0 comments on commit 726b7cd

Please sign in to comment.