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 e3dfe5d commit 77ae7e7Copy full SHA for 77ae7e7
.github/workflows/deploy-tutorials.yaml
@@ -10,6 +10,7 @@ jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
strategy:
13
+ max-parallel: 1 # Run jobs sequentially instead of parallel, until we have all tutorials in place
14
matrix:
15
tutorial: [
16
{name: "tutorial-01-basics", path: "tutorials/tutorial-01-basics"},
tutorials/tutorial-01-basics/app.py
@@ -12,7 +12,7 @@ def _(mo):
This notebook demonstrates how to use the flixopt framework to model a minimalistic energy system
with a boiler, heat demand, and natural gas supply.
- THis has been updated again, again
+ THis has been updated again, again, and again.
"""
17
)
18
return
0 commit comments