We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7cccc6 commit 99c6041Copy full SHA for 99c6041
.github/workflows/pythran.yml
@@ -45,6 +45,7 @@ jobs:
45
run: |
46
cd pythran
47
python -m pip install --upgrade pip
48
+ python -m pip install "cython==3.1.0a1"
49
python -m pip install "numpy==2.2.0rc1" -Csetup-args="-Dallow-noblas=true"
50
pip install -r requirements.txt
51
pip install ipython nbval pytest-xdist wheel
0 commit comments