Skip to content

Commit

Permalink
install test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Dec 11, 2024
1 parent 305d070 commit c8f8aaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_data_management_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- name: Notebook tests
shell: bash -l {0}
run: |
python -m pytest --nbval --nbval-lax jupyterbook/content/code_gallery/data_management_notebooks/
run: >
micromamba install nbval
&& python -m pytest --nbval --nbval-lax jupyterbook/content/code_gallery/data_management_notebooks/

0 comments on commit c8f8aaa

Please sign in to comment.