Skip to content

Commit 0d2dc33

Browse files
committed
Quarto 1.6 is no longer prerelease
1 parent e51a5d3 commit 0d2dc33

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
- name: Set up Quarto
4242
uses: quarto-dev/quarto-actions/setup@v2
4343
with:
44-
# Needs Quarto 1.6 to fix #533, which is currently a pre-release version
45-
version: pre-release
44+
version: 1.6
4645

4746
- name: Restore cached _freeze folder
4847
id: cache-restore

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- name: Set up Quarto
3838
uses: quarto-dev/quarto-actions/setup@v2
3939
with:
40-
# Needs Quarto 1.6 to fix #533, which is currently a pre-release version
41-
version: pre-release
40+
version: 1.6
4241

4342
- name: Install jq
4443
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)