Skip to content

Commit

Permalink
fix for documentatio script / examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Jul 24, 2023
1 parent f8f26eb commit bde67c5
Show file tree
Hide file tree
Showing 3 changed files with 1,317 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
FILE: examples/src/${{ matrix.file-name }}.ipynb
run: |
jupyter nbconvert --ExecutePreprocessor.kernel_name="julia-1.8" --to notebook --inplace --execute ${{ env.FILE }}
jupyter nbconvert --ExecutePreprocessor.kernel_name="julia-1.9" --to notebook --inplace --execute ${{ env.FILE }}
jupyter nbconvert --to script ${{ env.FILE }}
jupyter nbconvert --to markdown ${{ env.FILE }}
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "FMIFlux"
uuid = "fabad875-0d53-4e47-9446-963b74cae21f"
version = "0.10.4"
version = "0.10.5"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
1,358 changes: 1,315 additions & 43 deletions examples/src/juliacon_2023.ipynb

Large diffs are not rendered by default.

0 comments on commit bde67c5

Please sign in to comment.