From 8bdfe33a5d21a858931b1017bd717b2967c98c3b Mon Sep 17 00:00:00 2001 From: spreka Date: Wed, 8 Nov 2023 15:06:24 +0100 Subject: [PATCH] updating cache version in test yaml and if removed for download for windows --- .github/workflows/only_test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/only_test.yml b/.github/workflows/only_test.yml index 8d3eb2e..d1f5730 100644 --- a/.github/workflows/only_test.yml +++ b/.github/workflows/only_test.yml @@ -62,12 +62,10 @@ jobs: - name: Download model working-directory: src run: | - if [[ ! -f napari_annotatorj/models/model_real_weights.h5 ]]; then - wget -q -O models.zip https://github.com/spreka/annotatorj/releases/download/v0.0.2-model/models.zip && unzip models.zip; - fi + wget -q -O models.zip https://github.com/spreka/annotatorj/releases/download/v0.0.2-model/models.zip && unzip models.zip; - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | src/napari_annotatorj/models