Skip to content

Commit 1b267f2

Browse files
committed
....
1 parent 252a1bd commit 1b267f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_mkl_ilp64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
sudo apt-get update
5151
sudo apt-get install -y gfortran
52-
pip install cython numpy pybind11 pytest
52+
pip install cython numpy pybind11 pytest pythran
5353
pip install -r requirements/dev.txt
5454
pip install git+https://github.com/numpy/meson.git@main-numpymeson
5555
pip install mkl mkl-devel
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
sudo apt-get update
9494
sudo apt-get install -y gfortran
95-
pip install cython numpy pybind11 pytest
95+
pip install cython numpy pybind11 pytest pythran
9696
pip install -r requirements/dev.txt
9797
pip install git+https://github.com/numpy/meson.git@main-numpymeson
9898
pip install mkl mkl-devel

0 commit comments

Comments
 (0)