Skip to content

Commit dba5541

Browse files
committed
Fix quarto version to cjecl CI run
1 parent f3cb67f commit dba5541

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
@@ -92,7 +92,7 @@ jobs:
9292
sudo ./build/requirements.sh
9393
9494
- name: Install the latest version of uv
95-
uses: astral-sh/setup-uv@v6
95+
uses: astral-sh/setup-uv@v7
9696
with:
9797
version: "latest"
9898

@@ -102,6 +102,8 @@ jobs:
102102
# Step 3: Set up Quarto
103103
- name: Set up quarto
104104
uses: quarto-dev/quarto-actions/setup@v2
105+
with:
106+
version: 1.8.26
105107

106108
- name: Install SpaCy corpus and check quarto version
107109
run: |

0 commit comments

Comments
 (0)