Skip to content

Commit 702cb03

Browse files
committed
use julia engine with quarto
1 parent ce28b4c commit 702cb03

File tree

4 files changed

+4
-1097
lines changed

4 files changed

+4
-1097
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
run: |
3838
quarto add --no-prompt computorg/computo-quarto-extension
3939
40-
- name: Install Jupyter
41-
run: sudo apt-get install -y jupyter librsvg2-bin
40+
- name: Install System dependencies
41+
run: sudo apt-get install -y librsvg2-bin
4242

4343
- name: Install Julia
4444
uses: julia-actions/setup-julia@v2
4545
with:
46-
version: '1.10'
46+
version: '1.11'
4747
- uses: julia-actions/cache@v1
4848
with:
4949
cache-registries: "true"

0 commit comments

Comments
 (0)