Skip to content

Commit 0635cb5

Browse files
ci: Pin uv to latest working version
uv 0.12.0 drops support for certain compression algorithms, and some of our transitive dependencies use them, meaning they cannot be installed with uv 0.12.0. Signed-off-by: Kacper Słomiński <kslominski@antmicro.com>
1 parent dd21fe8 commit 0635cb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests-and-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Install Python dependencies
6969
run: |
70-
python -m pip install uv
70+
python -m pip install "uv==0.11.33"
7171
uv sync
7272
7373
- name: Generate timing docs
@@ -868,7 +868,7 @@ jobs:
868868
869869
- name: Setup Python environment (uv)
870870
run: |
871-
python3 -m pip install uv
871+
python3 -m pip install "uv==0.11.33"
872872
uv sync
873873
uv pip install -r doc/requirements.txt
874874

0 commit comments

Comments
 (0)