Skip to content

Commit a7b4641

Browse files
committed
spacy
1 parent 988bf13 commit a7b4641

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/colab.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ jobs:
2222
run: |
2323
sudo ./build/requirements.sh
2424
- name: Install the latest version of uv and set the python version to 3.13t
25-
uses: astral-sh/setup-uv@v6
25+
uses: astral-sh/setup-uv@v7
2626
with:
27-
python-version: "3.12"
28-
enable-cache: true
29-
cache-dependency-glob: "uv.lock"
27+
version: "latest"
28+
29+
- name: Restore environment
30+
run: uv sync
31+
3032
- uses: quarto-dev/quarto-actions/setup@v2
3133
- run: |
3234
quarto --version

.github/workflows/prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
uses: astral-sh/setup-uv@v6
9494
with:
9595
version: "latest"
96-
python-version: 3.12
9796

9897
- name: Restore environment
9998
run: uv sync
@@ -139,7 +138,6 @@ jobs:
139138
uses: astral-sh/setup-uv@v6
140139
with:
141140
version: "latest"
142-
python-version: 3.12
143141

144142
- name: Restore environment
145143
run: uv sync

0 commit comments

Comments
 (0)