Skip to content

Commit

Permalink
DEV: updated the cached installation of small-113 used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Feb 27, 2025
1 parent 91ca9b4 commit 067ba45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
uses: actions/cache@v3
with:
path: tests/data
key: ${{ runner.os }}-data-v1-${{ hashFiles('tests/data/small-113.zip') }}
key: ${{ runner.os }}-data-v2-${{ hashFiles('tests/data/small-113.zip') }}
restore-keys: |
${{ runner.os }}-data-v1-
${{ runner.os }}-data-v2-
- name: Check cache status
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Download data file
if: steps.cache-data.outputs.cache-hit != 'true'
run: |
curl -o tests/data/small-113.zip https://zenodo.org/records/14625203/files/small-113.zip
curl -L -o tests/data/small-113.zip "https://www.dropbox.com/scl/fi/pfmwzz96gusdeqi0a9wax/small-113.zip?rlkey=r60l1eq9jk6p440tkqslmqihi&st=ud49fits&dl=1"
- name: Unzip data file
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def namer():
return name_as_seqid


TEST_DATA_URL = "https://zenodo.org/records/14625203/files/small-113.zip"
TEST_DATA_URL = "https://www.dropbox.com/scl/fi/pfmwzz96gusdeqi0a9wax/small-113.zip?rlkey=r60l1eq9jk6p440tkqslmqihi&st=ud49fits&dl=1"
SMALL_DATA_DIRNAME = "small-113"


Expand Down

0 comments on commit 067ba45

Please sign in to comment.