We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8b5b1 commit 7d43a16Copy full SHA for 7d43a16
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
if: ${{ matrix.python-version-minor == 8}}
98
run: |
99
cat .gitignore_extra >> .gitignore
100
- pip install numpy==${{matrix.numpy-version}} ninja meson setuptools==59.8.0 build delvewheel # wheel
+ pip install numpy==${{matrix.numpy-version}} ninja meson==1.9.0 setuptools==59.8.0 build delvewheel # wheel
101
cd src/pyraingen/fortran_daily
102
python -m numpy.f2py -c regionalised_dailyT4.for -m regionalised_dailyT4 --fcompiler=gnu95 --compiler=mingw32
103
Get-ChildItem -Force -R
0 commit comments