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.
1 parent c6bd88f commit 3ac2a60Copy full SHA for 3ac2a60
.github/workflows/updateCF.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: actions/setup-python@v3
20
with:
21
python-version: "3.10"
22
+ cache: 'pip'
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
0 commit comments