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 0710794 + 5256f7d commit 0824f06Copy full SHA for 0824f06
1 file changed
.github/workflows/deploy.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-python@v5
18
with:
19
python-version: 3.11
20
+ cache: 'pip'
21
22
- name: Install dependencies
23
run: |
0 commit comments