Skip to content

Commit

Permalink
mkdir: cannot create directory ‘data/dataset_2_submissions’: No such …
Browse files Browse the repository at this point in the history
…file or directory
  • Loading branch information
geoffwoollard committed Jun 20, 2024
1 parent f4e2670 commit c567e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install pytest
- name: Get test data from OSF
run: |
mkdir data/dataset_2_submissions
mkdir -p data/dataset_2_submissions tests/data/
wget https://files.osf.io/v1/resources/8h6fz/providers/dropbox/dataset_2_submissions/submission_0.pt?download=true -O data/dataset_2_submissions/submission_0.pt
wget https://files.osf.io/v1/resources/8h6fz/providers/dropbox/Ground_truth/gt_maps_flat_10.pt?download=true -O tests/data/gt_maps_flat_10.pt
wget https://files.osf.io/v1/resources/8h6fz/providers/dropbox/Ground_truth/metadata_10.csv?download=true -O tests/data/metadata_10.csv
Expand Down

0 comments on commit c567e34

Please sign in to comment.