Update quarto.yml

This commit is contained in:
Benedikt Ehinger 2023-09-25 13:58:52 +02:00 committed by GitHub
parent 16806013a9
commit 73eb08101f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,12 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install jupyter
- uses: julia-actions/setup-julia@v1
- run: julia --project -e 'using Pkg; Pkg.instantiate()'
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with: