mllam / neural-lam

Neural Weather Prediction for Limited Area Modeling
MIT License
102 stars 37 forks source link

Fix github pre-commit action using incomplete python env #8

Closed joeloskarsson closed 8 months ago

joeloskarsson commented 8 months ago

The initial run of the pre-commit job seems to have failed (https://github.com/joeloskarsson/neural-lam/commit/474bad970458375ecd7c50e0a1c11b976d0c1fbf). Looks like the python environment did not have pytorch geometric as it was only installingfrom requirements.txt. I here try to mirror the python installation instructions from README .md in the github action setup.