Skip to content

Commit

Permalink
Added RODARE download
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Jun 2, 2024
1 parent 8b32876 commit 255a899
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/cpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,20 @@ jobs:
# `requirements.txt` and/or extra dependencies are missing in the Docker Conda environment
diff env_1.yml env_2.yml
- name: Check out repository (data)
uses: actions/checkout@v3
with:
repository: mala-project/test-data
path: mala_data
ref: v1.7.0
lfs: true
- name: Download test data repository
shell: 'bash -c "docker exec -i mala-cpu bash < {0}"'
run: |
# Download test data repository from RODARE. If the version changes
# this URL has to be adapted (the 29xx number and the version have
# to be incremented)
wget "https://rodare.hzdr.de/record/2901/files/mala-project/test-data-v1.7.4.zip"
# Once downloaded, we have to unzip the file. The name of the root
# folder in the zip file has to be updated for data repository
# updates as well - the string at the end is the hash of the data
# repository commit.
unzip test-data-v1.7.4.zip
mv mala-project-test-data-a6458c5 mala_data
- name: Test mala
shell: 'bash -c "docker exec -i mala-cpu bash < {0}"'
Expand Down

0 comments on commit 255a899

Please sign in to comment.