-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use builtin python action cache for pipenv (#796)
## 🔧 Problem Python builds in Github actions seem to [fail randomly on Github Actions](https://github.com/MTES-MCT/ecobalyse/actions/runs/11256209104/job/31297541397). ![image](https://github.com/user-attachments/assets/d9e62f70-d724-440b-9c80-32dc5513639c) ## 🍰 Solution Try to use the now builtin [cache feature of the python github action](https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages) to fix the problem. ## 🏝️ How to test The CI should be green on this PR.
- Loading branch information
Showing
2 changed files
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters