We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc98f8f commit a236cdfCopy full SHA for a236cdf
.github/workflows/examples_check.yml
@@ -49,7 +49,6 @@ jobs:
49
- name: Execute notebooks and check for errors
50
run: |
51
source .venv/bin/activate
52
- bash ./.github/workflows/scripts/run_notebooks.sh ${{ matrix.notebook }}
53
echo "Processing ${{ matrix.notebook }}..."
54
# poetry run jupyter nbconvert --to notebook --execute "${{ matrix.notebook }}"
55
jupyter nbconvert --to notebook --execute "${{ matrix.notebook }}"
0 commit comments