Skip to content

Commit

Permalink
fix cython typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Nov 27, 2021
1 parent a99a3d8 commit 582f888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
run: |
cd cython
python -m pip install -U pip setuptools wheel
python setup.py build_ext -i
python runtests.py -vv --no-code-style -x Debugger --backends=${{ matrix.bbackend }} -j7
# 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 582f888

Please sign in to comment.