Skip to content

Commit b674f8d

Browse files
committed
fix pythran
1 parent 445fc88 commit b674f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythran.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
cd pythran
4444
python -m pip install --upgrade pip
4545
python -m pip install cython
46+
pip install pytest-xdist
4647
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
4748
pip install -r requirements.txt
4849
sudo apt install libopenblas-dev ${{ matrix.cpp-version }}

0 commit comments

Comments
 (0)