Skip to content

Commit

Permalink
Merge branch 'add-pytest-mock' into 61-naive-value-iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
glatteis committed Oct 3, 2024
2 parents 769e247 + 163f0c8 commit 876775e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run documentation notebooks
run: |
poetry run jupyter nbconvert --execute --to notebook --inplace ${{ steps.glob.outputs.paths }}
poetry run jupyter nbconvert --execute --ExecutePreprocessor.kernel_name=python3 --to notebook --inplace ${{ steps.glob.outputs.paths }}
- name: Generate docs
working-directory: docs/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
- name: Run documentation notebooks
run: |
poetry run jupyter nbconvert --execute --to notebook --inplace ${{ steps.glob.outputs.paths }}
poetry run jupyter nbconvert --execute --ExecutePreprocessor.kernel_name=python3 --to notebook --inplace ${{ steps.glob.outputs.paths }}

0 comments on commit 876775e

Please sign in to comment.