Skip to content

Commit

Permalink
CI: Move verbose flag into tox
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 10, 2023
1 parent 302bac5 commit f9fa917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ jobs:
allow-prereleases: true
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Debug hanging dependency installation
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
# - name: Debug hanging dependency installation
# 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
- name: Install tox
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ARCH =
description = Pytest with coverage
labels = test
install_command =
python -I -m pip install \
python -I -m pip install -v \
--only-binary numpy,scipy,h5py,pillow \
--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
{opts} {packages}
Expand Down

0 comments on commit f9fa917

Please sign in to comment.