Skip to content

Commit

Permalink
update to use upstream f90wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
smiet committed Jul 4, 2024
1 parent 628b282 commit de57e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt-get update
sudo apt-get install gfortran mpi-default-bin mpi-default-dev libhdf5-dev libfftw3-bin libfftw3-dev libopenblas-dev cmake ninja-build
pip install numpy f90nml scikit-build scipy meson meson-python
pip install git+https://github.com/zhucaoxiang/f90wrap@main_off
pip install f90wrap
- name: Build python_wrapper
run: |
Expand Down

0 comments on commit de57e4f

Please sign in to comment.