plantnet / malpolon

Deep-SDM framework
https://plantnet.github.io/malpolon/
MIT License
20 stars 5 forks source link

GitHub pages doc: Updating worker for cartopy #23

Closed tlarcher closed 1 year ago

tlarcher commented 1 year ago

Reference Issues/PRs

What does this implement/fix? Explain your changes.

This PR adds modifications to the github-pages documentation worker to correctly include the cartopy python package in the installation of the virtual environment.

Previously the build would fail when the package was listed in the requirements.txt because the virtual machine was lacking a system package.

Now the system package has been added through the worker file.

Any other comments?

HugoGresse commented 1 year ago

You could also have used https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch and manually trigerring the workflow