Skip to content

Commit f090354

Browse files
committed
CI: Move verbose flag into tox
1 parent 302bac5 commit f090354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Display Python version
130130
run: python -c "import sys; print(sys.version)"
131131
- name: Debug hanging dependency installation
132-
run: python -I -m pip install -v --only-binary numpy,scipy,h5py --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple indexed_gzip>=1.4 matplotlib>=3.4 pillow>=8.1 pydicom>=2.1 pyzstd>=0.14.3
132+
run: python -I -m pip install -v --only-binary numpy,scipy,h5py,pillow --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple indexed_gzip>=1.4 matplotlib>=3.4 pillow>=8.1 pydicom>=2.1 pyzstd>=0.14.3 scipy>=1.6
133133
- name: Install tox
134134
run: |
135135
python -m pip install --upgrade pip

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ARCH =
4444
description = Pytest with coverage
4545
labels = test
4646
install_command =
47-
python -I -m pip install \
47+
python -I -m pip install -v \
4848
--only-binary numpy,scipy,h5py,pillow \
4949
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
5050
{opts} {packages}

0 commit comments

Comments
 (0)