Skip to content

Commit b1b9b76

Browse files
CI: more verbosity when installing bitsandbytes
1 parent 185180a commit b1b9b76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Install dependencies
152152
run: |
153153
pip install torch==${{ matrix.torch_version }} --index-url https://download.pytorch.org/whl/cpu
154-
pip install -e ".[test]"
154+
pip install -e ".[test]" -v
155155
pip install pytest-cov
156156
157157
# We need to downgrade to numpy<2 for torch<2.4.1 compatibility on Windows
@@ -193,7 +193,7 @@ jobs:
193193
- name: Install dependencies
194194
run: |
195195
pip install torch==2.7.1 --index-url https://download.pytorch.org/whl/cpu
196-
pip install -e ".[test]"
196+
pip install -e ".[test]" -v
197197
pip install pytest-cov
198198
199199
- name: Show installed packages
@@ -268,7 +268,7 @@ jobs:
268268

269269
- name: Install dependencies
270270
run: |
271-
pip install -e ".[test]"
271+
pip install -e ".[test]" -v
272272
pip install pytest-cov
273273
274274
- name: Show installed packages
@@ -326,7 +326,7 @@ jobs:
326326

327327
- name: Install dependencies
328328
run: |
329-
pip install -e ".[test]"
329+
pip install -e ".[test]" -v
330330
pip install pytest-cov
331331
332332
- name: Show installed packages
@@ -443,7 +443,7 @@ jobs:
443443
- name: Install dependencies
444444
run: |
445445
pip install --pre torch~=${{ matrix.torch_version }}.dev0 --index-url ${{ matrix.pypi_index }}
446-
pip install -e ".[test]"
446+
pip install -e ".[test]" -v
447447
pip install pytest-cov
448448
- name: Show installed packages
449449
run: pip list

0 commit comments

Comments
 (0)