Skip to content

Commit 0680b2f

Browse files
committed
switch to uv for pip installs
1 parent 1bd2073 commit 0680b2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,12 @@ jobs:
6868
tree \
6969
locales
7070
sudo locale-gen en_GB.UTF-8
71+
pip install uv
7172
7273
- name: Install Python requirements.txt globally
7374
shell: bash
7475
run: |
75-
pip install .
76+
uv pip install --system .
7677
7778
- name: Install Python requirements.txt into virtualenv
7879
shell: bash

0 commit comments

Comments
 (0)