From fe35012de6cb244a8e1cffdba1b5b1a47a89e629 Mon Sep 17 00:00:00 2001 From: Gao Enhao Date: Wed, 24 Jan 2024 10:23:31 +0800 Subject: [PATCH] [MNT] add key to cache --- .github/workflows/build-and-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 55be899..be85d2b 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -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