gettext: Follow rebase of flatpak-platform Docker image#303
Conversation
|
I wonder if it's better to have the Gettext action ensure Python is installed and has the necessary dependencies itself. Then if we need to do changes like this in the future, we only need to make the change in one place. For example, we could add a And use some kind of Python lock file (requirements.txt, poetry, etc...) in the actions repo to ensure we always install the same version of GitPython. I'm a bit nervous about installing things without a fixed version in CI jobs that run often... https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages |


Part of elementary/flatpak-platform#236