Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiko Kuroda <[email protected]>
  • Loading branch information
akihikokuroda committed Feb 6, 2024
1 parent b718c4f commit 87e5e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: pip install client/ && pip install nbmake pytest
- name: Run basic notebooks
shell: bash
run: pytest --nbmake docs/getting_started/basic/
run: IN_TEST=True pytest --nbmake docs/getting_started/basic/
- name: Run experimental notebooks
shell: bash
run: pytest --nbmake docs/getting_started/experimental/
run: IN_TEST=True pytest --nbmake docs/getting_started/experimental/
- name: Dump logs on failure
if: ${{ failure() }}
run: |
Expand Down

0 comments on commit 87e5e90

Please sign in to comment.