Skip to content

Commit 7b14c7c

Browse files
committed
use manual extras
1 parent ad4fa39 commit 7b14c7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ jobs:
117117
- name: 📦 Set up Python dependencies (Unix)
118118
if: runner.os != 'Windows'
119119
run: |
120-
uv pip install --all-extras -r pyproject.toml
121-
uv pip install --no-deps .
120+
uv pip install ".[test,sklearn,funksvd,hpf,implicit]"
122121
123122
- name: 📦 Set up Python dependencies (Windows)
124123
if: runner.os == 'Windows'
@@ -216,8 +215,7 @@ jobs:
216215

217216
- name: 📦 Set up Python dependencies
218217
run: |
219-
uv pip install --all-extras --resolution=lowest-direct -r pyproject.toml
220-
uv pip install --no-deps .
218+
uv pip install --resolution=lowest-direct ".[test,sklearn,funksvd,hpf,implicit]"
221219
222220
- name: 🔍 Inspect environment
223221
run: |

0 commit comments

Comments
 (0)