Skip to content

Commit f3cb67f

Browse files
committed
upgrade quarto version CI
1 parent 5b396f4 commit f3cb67f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
sudo ./build/requirements.sh
138138
139139
- name: Install the latest version of uv
140-
uses: astral-sh/setup-uv@v6
140+
uses: astral-sh/setup-uv@v7
141141
with:
142142
version: "latest"
143143

@@ -147,6 +147,8 @@ jobs:
147147
# Step 3: Set up Quarto
148148
- name: Set up quarto
149149
uses: quarto-dev/quarto-actions/setup@v2
150+
with:
151+
version: 1.8.26
150152

151153
- name: Install SpaCy corpus and check quarto version
152154
run: |

0 commit comments

Comments
 (0)