Skip to content

Commit b136210

Browse files
committed
Prioritize new quarto
1 parent 3194255 commit b136210

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/custom-pages.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
with:
2222
version: '1.6.43'
2323

24-
- name: Prioritize system Quarto
25-
run: echo "/usr/bin" >> $GITHUB_PATH
24+
- name: Uninstall any pip-installed Quarto
25+
run: pip uninstall -y quarto-cli || true
26+
27+
- name: Force system Quarto in PATH
28+
run: echo "PATH=/usr/bin:$PATH" >> $GITHUB_ENV
2629

2730
# speed: reuse compiled packages
2831
- name: Cache renv packages

0 commit comments

Comments
 (0)