We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea58f6 commit 7ec28d7Copy full SHA for 7ec28d7
1 file changed
.github/workflows/deploy.yml
@@ -24,6 +24,19 @@ jobs:
24
with:
25
fetch-depth: 0
26
27
+ - name: Setup Poetry
28
+ run: pipx install poetry==2.0.0
29
+ shell: bash
30
+
31
+ - name: Install Poetry Packages
32
+ run: poetry install --no-root
33
34
35
+ - name: Execute Notebooks
36
+ run: |
37
+ poetry run jupyter nbconvert --inplace --to notebook --execute --allow-errors static/**/*.ipynb
38
39
40
- name: Setup Node.js
41
uses: actions/setup-node@v4
42
0 commit comments