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 1e21305 commit e5fccd9Copy full SHA for e5fccd9
.github/workflows/pythran.yml
@@ -45,8 +45,8 @@ 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"
+ python -m pip install cython
+ python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
50
pip install -r requirements.txt
51
pip install ipython nbval pytest-xdist wheel
52
sudo apt install libopenblas-dev ${{ matrix.cpp-version }}
0 commit comments