Skip to content

Commit 9fcdc72

Browse files
committed
Switch to using quarto install tool
1 parent be33dbc commit 9fcdc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-smokes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/[email protected]
5151
with:
5252
python-version: "3.x"
53-
cache: 'pip'
53+
cache: "pip"
5454

5555
- name: Python Dependencies
5656
run: |
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Install Tinytex
6868
run: |
69-
quarto tools install tinytex
69+
quarto install tool tinytex
7070
7171
- name: Install Chrome
7272
uses: browser-actions/setup-chrome@latest

0 commit comments

Comments
 (0)