We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b396f4 commit f3cb67fCopy full SHA for f3cb67f
1 file changed
.github/workflows/prod.yml
@@ -137,7 +137,7 @@ jobs:
137
sudo ./build/requirements.sh
138
139
- name: Install the latest version of uv
140
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
141
with:
142
version: "latest"
143
@@ -147,6 +147,8 @@ jobs:
147
# Step 3: Set up Quarto
148
- name: Set up quarto
149
uses: quarto-dev/quarto-actions/setup@v2
150
+ with:
151
+ version: 1.8.26
152
153
- name: Install SpaCy corpus and check quarto version
154
run: |
0 commit comments