Skip to content

Commit

Permalink
try without cd
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored May 28, 2024
1 parent 0c8ea73 commit d361629
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/example_data_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
name: Download ephys dataset from S3
run: |
mkdir -p ~/NWB_GUIDE/test-data/GIN
cd ~/NWB_GUIDE/test-data/GIN
aws s3 cp --region=us-east-2 ${{ secrets.S3_GIN_BUCKET }}/ephy_testing_data . --recursive
aws s3 cp --region=us-east-2 ${{ secrets.S3_GIN_BUCKET }}/ephy_testing_data ~/NWB_GUIDE/test-data/GIN/ --recursive
- if: steps.cache-ophys-datasets.outputs.cache-hit != 'true'
name: Download ophys dataset from S3
run: aws s3 cp --region=us-east-2 ${{ secrets.S3_GIN_BUCKET }}/ophys_testing_data ~/NWB_GUIDE/test-data/GIN/ --recursive
Expand Down

0 comments on commit d361629

Please sign in to comment.