Skip to content

Commit

Permalink
Update Healthcheck tests.yml
Browse files Browse the repository at this point in the history
Fixed Quarto version for now because of pandas styler bug
  • Loading branch information
operdeck authored Mar 6, 2024
1 parent d88f4c1 commit aa37b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Healthcheck tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: "Install quarto"
run: |
curl -s https://api.github.com/repos/quarto-dev/quarto-cli/releases/latest |
curl -s https://api.github.com/repos/quarto-dev/quarto-cli/releases/1.3.450 |
grep "browser_download_url.*deb" |
cut -d '"' -f 4 |
wget -i -
Expand Down

0 comments on commit aa37b7e

Please sign in to comment.