Skip to content

Commit

Permalink
cwa.yaml: download ref test files
Browse files Browse the repository at this point in the history
  • Loading branch information
chanshing committed Sep 6, 2023
1 parent 54b908d commit 54f0afc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cwa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,13 @@ jobs:
python -m pip install .
python -m pip install pytest joblib
- name: Download test file
- name: Download test files
run: |
wget -P tests/data/ https://wearables-files.ndph.ox.ac.uk/files/data/samples/ax3/tiny-sample.cwa.gz --quiet
wget -P tests/data/ https://wearables-files.ndph.ox.ac.uk/files/actipy/tests/data/read.pkl.gz --quiet
wget -P tests/data/ https://wearables-files.ndph.ox.ac.uk/files/actipy/tests/data/lowpass.pkl.gz --quiet
wget -P tests/data/ https://wearables-files.ndph.ox.ac.uk/files/actipy/tests/data/calib.pkl.gz --quiet
wget -P tests/data/ https://wearables-files.ndph.ox.ac.uk/files/actipy/tests/data/nonwear.pkl.gz --quiet
cp tests/data/tiny-sample.cwa.gz tests/data/tiny-sample1.cwa.gz # make copies for multiprocessing test
cp tests/data/tiny-sample.cwa.gz tests/data/tiny-sample2.cwa.gz
Expand Down

0 comments on commit 54f0afc

Please sign in to comment.