Skip to content

Commit

Permalink
CI: adding step names
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Dec 17, 2024
1 parent 43d3d97 commit 7a18a77
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci_tests_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,16 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
- name: Setup conda environment with notebook dependencies
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: environment.yml
activate-environment: navo-env
auto-activate-base: false
- run: pip install -r doc-requirements.txt
- run: |
- name: Install testing dependencies
run: pip install -r doc-requirements.txt
- name: Execute notebooks as testing
run: |
python check_env.py
bash -c 'find content -name "*.md" | xargs jupytext --to notebook '
pytest --nbval content/
Expand Down

0 comments on commit 7a18a77

Please sign in to comment.