Skip to content

Commit 7d43a16

Browse files
committed
Pin version number
1 parent 8c8b5b1 commit 7d43a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: ${{ matrix.python-version-minor == 8}}
9898
run: |
9999
cat .gitignore_extra >> .gitignore
100-
pip install numpy==${{matrix.numpy-version}} ninja meson setuptools==59.8.0 build delvewheel # wheel
100+
pip install numpy==${{matrix.numpy-version}} ninja meson==1.9.0 setuptools==59.8.0 build delvewheel # wheel
101101
cd src/pyraingen/fortran_daily
102102
python -m numpy.f2py -c regionalised_dailyT4.for -m regionalised_dailyT4 --fcompiler=gnu95 --compiler=mingw32
103103
Get-ChildItem -Force -R

0 commit comments

Comments
 (0)