Skip to content

Commit

Permalink
fix missing data in docs notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
juanep97 committed Apr 10, 2024
1 parent 1db7fa7 commit 5503caf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,8 @@ jobs:
python manage.py migrate --no-input
ls -lh $HOME/.iop4data/
- name: Run iop4 on the test data
run: iop4 --list-local

- name: Build docs
run: make docs-sphinx
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
python manage.py migrate --no-input
ls -lh $HOME/.iop4data/
- name: Run iop4 on the test data
run: iop4 --list-local

- name: Build docs
run: make docs-sphinx

Expand Down

0 comments on commit 5503caf

Please sign in to comment.