Skip to content

Commit c939949

Browse files
authored
Quarto 1.6 is no longer prerelease (#581)
1 parent e51a5d3 commit c939949

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/preview.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ jobs:
4040

4141
- name: Set up Quarto
4242
uses: quarto-dev/quarto-actions/setup@v2
43-
with:
44-
# Needs Quarto 1.6 to fix #533, which is currently a pre-release version
45-
version: pre-release
4643

4744
- name: Restore cached _freeze folder
4845
id: cache-restore

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636

3737
- name: Set up Quarto
3838
uses: quarto-dev/quarto-actions/setup@v2
39-
with:
40-
# Needs Quarto 1.6 to fix #533, which is currently a pre-release version
41-
version: pre-release
4239

4340
- name: Install jq
4441
run: sudo apt-get install jq

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ This repository is part of [Turing.jl's](https://turinglang.org/) website (i.e.
77
## Local development
88

99
To get started with the docs website locally, you'll need to have [Quarto](https://quarto.org/docs/download/) installed.
10-
Make sure you have at least version 1.5 of Quarto installed, as this is required to correctly run [the native Julia engine](https://quarto.org/docs/computations/julia.html#using-the-julia-engine).
11-
Ideally, you should use Quarto 1.6.31 or later as this version fixes [a bug which causes random number generation between different cells to not be deterministic](https://github.com/TuringLang/docs/issues/533).
12-
Note that as of October 2024, Quarto 1.6 is a pre-release version, so you may need to install it from source rather than via a package manager like Homebrew.
10+
Make sure you have at least version 1.6.31 of Quarto installed, as this version contains a fix for [a bug where random number generation in different cells was not deterministic](https://github.com/TuringLang/docs/issues/533).
1311

1412
Once you have Quarto installed, you can follow these steps:
1513

0 commit comments

Comments
 (0)