Skip to content

Commit

Permalink
Update graph-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 20, 2023
1 parent 7bb63a5 commit b506e2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/graph-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Download OSF files #osf -p 6jtc9 fetch Datasets/Datasets.zip Datasets.zip; unzip Datasets.zip;
run: |
echo 'Downloading OSF data...';
osf -p 6jtc9 fetch Datasets/Datasets.zip Datasets.zip; unzip Datasets.zip; ls PetagraphData; rm Datasets.zip;
osf -p 6jtc9 fetch Datasets/Petagraph_datasets.zip Petagraph_datasets.zip;
unzip Petagraph_datasets.zip; rm Petagraph_datasets.zip;
osf -p 6jtc9 fetch reduced_csvs_github_actions.zip reduced_csvs_github_actions.zip;
unzip reduced_csvs_github_actions.zip; rm reduced_csvs_github_actions.zip;
echo 'Finished Downloading and unzipping....';
Expand Down

0 comments on commit b506e2f

Please sign in to comment.