Skip to content

Commit 9ac12ba

Browse files
authored
Merge pull request #4 from pnavaro/main
Upgrade to Julia 1.10
2 parents 587e18e + 30c4b23 commit 9ac12ba

File tree

6 files changed

+402
-316
lines changed

6 files changed

+402
-316
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ on:
55
push:
66
branches: main
77

8+
permissions:
9+
actions: write
10+
contents: read
11+
812
jobs:
913
build-deploy:
1014
runs-on: ubuntu-latest
11-
permissions:
12-
contents: write
1315
steps:
1416
- name: Check out repository
15-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1618

1719
- name: Set up quarto
1820
uses: quarto-dev/quarto-actions/setup@v2
@@ -25,12 +27,12 @@ jobs:
2527
quarto add --no-prompt computorg/computo-quarto-extension
2628
2729
- name: Install Jupyter
28-
run: sudo apt-get install -y jupyter
30+
run: sudo apt-get install -y jupyter librsvg2-bin
2931

3032
- name: Install Julia
31-
uses: julia-actions/setup-julia@v1
33+
uses: julia-actions/setup-julia@v2
3234
with:
33-
version: '1.8.1'
35+
version: '1.10'
3436
- uses: julia-actions/cache@v1
3537
with:
3638
cache-registries: "true"

.github/workflows/build.yml~

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)