Spaces:
Sleeping
Sleeping
うみゅ
commited on
Update python-app.yml
Browse files
.github/workflows/python-app.yml
CHANGED
@@ -23,6 +23,7 @@ jobs:
|
|
23 |
uses: actions/setup-python@v3
|
24 |
with:
|
25 |
python-version: "3.10"
|
|
|
26 |
- name: Install dependencies
|
27 |
run: |
|
28 |
python -m pip install --upgrade pip
|
|
|
23 |
uses: actions/setup-python@v3
|
24 |
with:
|
25 |
python-version: "3.10"
|
26 |
+
cache: 'pip'
|
27 |
- name: Install dependencies
|
28 |
run: |
|
29 |
python -m pip install --upgrade pip
|