Skip to content

Commit 0a6cdcc

Browse files
committed
allow uv to install dependencies on the python of the system
1 parent c97ff37 commit 0a6cdcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
### UV python package manager installation
8787
curl -LsSf https://astral.sh/uv/install.sh | sh
8888
89-
uv pip install --upgrade pip && uv pip install wheel
89+
uv pip install --upgrade pip --system && uv pip install wheel --system
9090
9191
### bun installation
9292
curl -fsSL https://bun.sh/install | bash
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install Geckodriver / Selenium
104104
run: |
105105
geckodriver --version
106-
uv pip install selenium==4.8.3
106+
uv pip install selenium==4.8.3 --system
107107
python -c "import selenium; print(f'Selenium {selenium.__version__}')"
108108
109109
- name: Write configuration & build DB

0 commit comments

Comments
 (0)