Skip to content

Commit

Permalink
list downloaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBodor committed Sep 5, 2024
1 parent 151c58c commit 43f6ee7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
wget https://zenodo.org/records/8370237/files/data_raw.zip
unzip data_raw.zip -d data_raw
mv data_raw tutorials
echo list files
ls tutorials
echo list files in data_raw
# ls tutorials
ls tutorials/data_raw
- name: Run tutorial notebooks
run: pytest --nbmake tutorials

0 comments on commit 43f6ee7

Please sign in to comment.