Skip to content

Commit

Permalink
pre-build _testmultiphase
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed May 21, 2023
1 parent 81bb9ae commit 4b1775d
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 @@ -83,6 +83,6 @@ jobs:
cd cy
python -m pip install -U pip "setuptools<60" wheel
#precompile _testmultiphase
python -c "import _testmultiphase"
python -c "import _testmultiphase_build"
# python setup.py build_ext -i # pypy should be faster with pure python
python runtests.py -vv --no-code-style -x Debugger -x pyximport --backends=${{ matrix.backend }} -j5

0 comments on commit 4b1775d

Please sign in to comment.