We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b7f0eb + 25da1ed commit 6e07f01Copy full SHA for 6e07f01
2 files changed
.github/workflows/dev.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-python@v5
18
with:
19
python-version: "3.12"
20
+ cache: 'pip'
21
22
- name: Install dependencies
23
run: pip install --break-system-packages -r requirements.txt
.github/workflows/prod.yml
@@ -20,6 +20,7 @@ jobs:
24
25
26
0 commit comments