Browse Source

[MNT] add key to cache

pull/7/head
Gao Enhao 1 year ago
parent
commit
fe35012de6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/build-and-test.yaml

+ 2
- 1
.github/workflows/build-and-test.yaml View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2

@@ -24,6 +24,7 @@ jobs:
- uses: syphar/restore-virtualenv@v1
id: cache-virtualenv
with:
custom_cache_key_element: ABLkit
requirement_files: requirements.txt

- uses: syphar/restore-pip-download-cache@v1


Loading…
Cancel
Save