Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _doc-build-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ runs:
uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
with:
tinytex: true
version: 1.6.43

- name: Check Quarto Version
if: ${{ inputs.needs-quarto == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion _doc-build-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ runs:
if: ${{ inputs.needs-quarto == 'true' }}
shell: powershell
run: |
choco install quarto -y
choco install quarto --version=1.6.43 -y
echo "C:\ProgramData\chocolatey\lib\quarto\tools" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8

# ------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog/791.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pin quarto version
Loading