We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97ff37 commit 0a6cdccCopy full SHA for 0a6cdcc
.github/workflows/test.yaml
@@ -86,7 +86,7 @@ jobs:
86
### UV python package manager installation
87
curl -LsSf https://astral.sh/uv/install.sh | sh
88
89
- uv pip install --upgrade pip && uv pip install wheel
+ uv pip install --upgrade pip --system && uv pip install wheel --system
90
91
### bun installation
92
curl -fsSL https://bun.sh/install | bash
@@ -103,7 +103,7 @@ jobs:
103
- name: Install Geckodriver / Selenium
104
run: |
105
geckodriver --version
106
- uv pip install selenium==4.8.3
+ uv pip install selenium==4.8.3 --system
107
python -c "import selenium; print(f'Selenium {selenium.__version__}')"
108
109
- name: Write configuration & build DB
0 commit comments