Skip to content

Commit 6081a5e

Browse files
ENH: Upgrade to Julia 1.7 (#148)
* Add files via upload * Add files via upload * Update _config.yml * Update cache.yml * Update ci.yml * Update publish.yml * CI: Enable failure on warnings * Add files via upload * Julia 1.7-formatted manifest * Remove -W error on warnings due to unresolved lexer errors * bugfixes * row vector needs to be on one line * plots bump Co-authored-by: mmcky <[email protected]>
1 parent b8a4a60 commit 6081a5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1174
-924
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Julia
3131
uses: julia-actions/setup-julia@v1
3232
with:
33-
version: 1.6.0
33+
version: 1.7.1
3434
- name: Install IJulia and Setup Project
3535
shell: bash
3636
run: |

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Julia
2828
uses: julia-actions/setup-julia@v1
2929
with:
30-
version: 1.6.0
30+
version: 1.7.1
3131
- name: Install IJulia and Setup Project
3232
shell: bash
3333
run: |
@@ -51,14 +51,14 @@ jobs:
5151
- name: Build Download Notebooks (sphinx-tojupyter)
5252
shell: bash -l {0}
5353
run: |
54-
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter
54+
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter -W --keep-going
5555
mkdir -p _build/html/_notebooks
5656
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
5757
# Build HTML (Website)
5858
- name: Build HTML
5959
shell: bash -l {0}
6060
run: |
61-
jb build lectures --path-output ./
61+
jb build lectures --path-output ./
6262
- name: Save Build as Artifact
6363
uses: actions/upload-artifact@v1
6464
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Julia
3232
uses: julia-actions/setup-julia@v1
3333
with:
34-
version: 1.6.0
34+
version: 1.7.1
3535
- name: Install IJulia and Setup Project
3636
shell: bash
3737
run: |

0 commit comments

Comments
 (0)