diff --git a/.github/workflows/tutorials.yml b/.github/workflows/tutorials.yml index 02fee30..e7d11fd 100644 --- a/.github/workflows/tutorials.yml +++ b/.github/workflows/tutorials.yml @@ -34,6 +34,9 @@ jobs: pip install notebook pip install jupyterlab + - name: Grant execute permissions to run_tutorials.sh + run: chmod +x build_tools/run_tutorials.sh + - name: Run example notebooks run: build_tools/run_tutorials.sh shell: bash \ No newline at end of file