Skip to content

Commit

Permalink
unpin setuptools in cython
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Feb 4, 2022
1 parent d1eddd6 commit b9a4209
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 @@ -77,6 +77,6 @@ jobs:
shell: bash
run: |
cd cython
python -m pip install -U pip "setuptools<60" wheel
python -m pip install -U pip setuptools 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 b9a4209

Please sign in to comment.