Skip to content

Commit 671c583

Browse files
authored
Use pre-release Quarto in CI (#199)
1 parent 1c56d67 commit 671c583

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: '20'
28+
node-version: "20"
2929

3030
- name: Install tree-sitter-cli
3131
run: npm install -g tree-sitter-cli
@@ -41,6 +41,8 @@ jobs:
4141

4242
- name: Setup quarto
4343
uses: quarto-dev/quarto-actions/setup@v2
44+
with:
45+
version: pre-release
4446

4547
- name: Setup Jupyter
4648
run: python3 -m pip install jupyter jupyterlab

0 commit comments

Comments
 (0)