Skip to content

Commit e119e71

Browse files
committed
install uv from vendored wheel in ci
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 12266fe commit e119e71

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run-unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
sudo ln -s /etc/apparmor.d/usr.sbin.slapd /etc/apparmor.d/disable/
5757
sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.slapd
5858
59+
- name: Install uv from vendored wheel
60+
run: pip install --no-index --find-links=./thirdparty/dist uv
61+
5962
- name: Install dependencies
6063
run: make dev envfile
6164

20.7 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)