Skip to content

Commit beca44b

Browse files
authored
Update to 1.8.5 (#228)
1 parent 3f39ee3 commit beca44b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
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.8.3
33+
version: 1.8.5
3434
- name: Install IJulia and Setup Project
3535
shell: bash
3636
run: |

.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.8.3
34+
version: 1.8.5
3535
- name: Install IJulia and Setup Project
3636
shell: bash
3737
run: |

lectures/getting_started_julia/getting_started.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ After Conda is installed, you can install Julia.
9191
The semi-official installation method for Windows is to use [Juliaup](https://github.com/JuliaLang/juliaup), which makes it easier to upgrade and manage concurrent Julia versions. Support on Mac and Linux is prerelease. See [here](https://github.com/JuliaLang/juliaup#using-juliaup) for a list of commands, such as `juliaup update` to upgrade to the latest available Julia version after installation, or ways to switch to newer Julia versions after they are released.
9292
```
9393

94-
```{warning}
95-
Juila 1.8.4, which is currently the most recent release, has broken plotting on the Windows operating system. Until the bug is fixed or 1.8.5 is released, you should use Julia 1.8.3. With `juliaup` this is straightforward, as `juliaup add 1.8.3` will install that version, and then `juliaup default 1.8.3` will set it as the default. If you have additional issues, see the docs for fully removing the 1.8.4 version
96-
```
9794

9895
1. Download and install Julia following the [Juliaup instructions](https://github.com/JuliaLang/juliaup#installation) or manually installing from [download page](http://julialang.org/downloads/), accepting all default options. That is,
9996
- Easiest method may be executing `winget install julia -s msstore` in a Windows terminal, or

0 commit comments

Comments
 (0)