Spaces:
Sleeping
Sleeping
💚 [Fix] bugs, reduce test py version, lower cache
Browse files
.github/workflows/deploy.yaml
CHANGED
|
@@ -13,7 +13,7 @@ jobs:
|
|
| 13 |
strategy:
|
| 14 |
matrix:
|
| 15 |
operating-system: [ubuntu-latest, macos-latest]
|
| 16 |
-
python-version: [3.8, '3.10'
|
| 17 |
fail-fast: false
|
| 18 |
|
| 19 |
steps:
|
|
|
|
| 13 |
strategy:
|
| 14 |
matrix:
|
| 15 |
operating-system: [ubuntu-latest, macos-latest]
|
| 16 |
+
python-version: [3.8, '3.10']
|
| 17 |
fail-fast: false
|
| 18 |
|
| 19 |
steps:
|
.github/workflows/develop.yaml
CHANGED
|
@@ -23,7 +23,7 @@ jobs:
|
|
| 23 |
uses: actions/cache@v2
|
| 24 |
with:
|
| 25 |
path: ~/.cache/pip
|
| 26 |
-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
| 27 |
restore-keys: |
|
| 28 |
${{ runner.os }}-pip-
|
| 29 |
|
|
|
|
| 23 |
uses: actions/cache@v2
|
| 24 |
with:
|
| 25 |
path: ~/.cache/pip
|
| 26 |
+
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-3.10
|
| 27 |
restore-keys: |
|
| 28 |
${{ runner.os }}-pip-
|
| 29 |
|