diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index 41024763..f4e9d1f1 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -54,11 +54,10 @@ jobs: - name: Download the data for the tutorials shell: bash -l {0} run: | - wget https://zenodo.org/records/8370237/files/data_raw.zip + wget https://zenodo.org/records/13709906/files/data_raw.zip unzip data_raw.zip -d data_raw mv data_raw tutorials - echo list files in data_raw - # ls tutorials + echo listing files in data_raw: ls tutorials/data_raw - name: Run tutorial notebooks