henry000 commited on
Commit
0bd2faa
Β·
1 Parent(s): dc88787

πŸ’š [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', '3.12']
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