Skip to content

Commit

Permalink
create the directory at the start
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 19, 2023
1 parent d4badfd commit bd30230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Create the directory to store the data
run: |
mkdir --parents --verbose $HOME/spikeinterface_datasets/ephy_testing_data/
- name: Get current hash (SHA) of the ephy_testing_data repo
id: repo_hash
run: |
Expand Down Expand Up @@ -78,7 +81,6 @@ jobs:
- name: Move the downloaded data to the right directory
if: steps.cache-datasets.outputs.cache-hit != 'true'
run: |
mkdir --parents --verbose $HOME/spikeinterface_datasets/ephy_testing_data/
mv --force ./ephy_testing_data $HOME/spikeinterface_datasets/
- name: Show size of the cache to assert data is downloaded
run: |
Expand Down

0 comments on commit bd30230

Please sign in to comment.