Skip to content

Commit

Permalink
update_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Sep 30, 2024
1 parent 7356666 commit 21d7ecb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
mkdir -p data
wget -O data/dataset.zip https://zenodo.org/records/13305156/files/20200812-CardiomyocyteDifferentiation14-Cycle1.zarr.zip?download=1?
unzip -o data/dataset.zip -d data
- name: Download Dataset from Zenodo MIP
run: |
mkdir -p data
wget -O data/dataset.zip https://zenodo.org/records/13305316/files/20200812-CardiomyocyteDifferentiation14-Cycle1_mip.zarr.zip?download=1?
unzip -o data/dataset.zip -d data
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 21d7ecb

Please sign in to comment.