We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b821d0 commit 397cfcbCopy full SHA for 397cfcb
1 file changed
.github/workflows/python_wrapper.yml
@@ -25,6 +25,7 @@ jobs:
25
sudo apt-get install gfortran mpi-default-bin mpi-default-dev libhdf5-dev libfftw3-bin libfftw3-dev libopenblas-dev cmake ninja-build
26
pip install numpy f90nml scikit-build scipy meson meson-python
27
pip install f90wrap
28
+ pip install --upgrade setuptools
29
30
- name: Build python_wrapper
31
run: |
0 commit comments