Skip to content

Commit

Permalink
updating cache version in test yaml and if removed for download for w…
Browse files Browse the repository at this point in the history
…indows
  • Loading branch information
spreka committed Nov 8, 2023
1 parent a7514f8 commit 8bdfe33
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/only_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bdfe33

Please sign in to comment.