File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 cache : true
2424
2525 - name : Install dependencies
26+ # note we pin to using python 3.12 here because there aren't scipy wheels
27+ # available for python3.13 unless we enforce use of numpy>=2.1 which
28+ # seems quite aggressive for now. And without a scipy wheel we have to
29+ # build from source, which would mean installing openblas which seems
30+ # unnecessary
2631 run : |
32+ pdm use --auto-install-min 3.12
2733 pdm install --prod
2834 pdm install --group docs
2935 pdm install --group visualisation
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4444 [ \# 48] ( https://github.com/mllam/weather-model-graphs/pull/48 ) , @leifdenby
4545
4646- Update github CI actions to fix failing build and deploy of jupyterbook
47- [ \# 49] ( https://github.com/mllam/weather-model-graphs/pull/49 ) , @leifdenby
47+ [ \# 49] ( https://github.com/mllam/weather-model-graphs/pull/49 ) ,
48+ [ \# 54] ( https://github.com/mllam/weather-model-graphs/pull/54 ) , @leifdenby
4849
4950## [ v0.2.0] ( https://github.com/mllam/weather-model-graphs/releases/tag/v0.2.0 )
5051
You can’t perform that action at this time.
0 commit comments