aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-01-07 11:34:02 +0200
committerGitHub <noreply@github.com>2023-01-07 11:34:02 +0200
commita77873974b97618351791ea3015639be7d9f98d1 (patch)
treef6cd6227af7362f4189cd629a8808e5af08685b2
parent0fc1848e40dbd46c93753a2937403e1139ecd366 (diff)
... also for tests.
-rw-r--r--.github/workflows/run_tests.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml
index 49dc92bd..ecb9012a 100644
--- a/.github/workflows/run_tests.yaml
+++ b/.github/workflows/run_tests.yaml
@@ -14,11 +14,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.10.6
- - uses: actions/cache@v3
- with:
- path: ~/.cache/pip
- key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
- restore-keys: ${{ runner.os }}-pip-
+ cache: pip
+ cache-dependency-path: |
+ **/requirements*txt
- name: Run tests
run: python launch.py --tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
- name: Upload main app stdout-stderr