Skip to content

Commit

Permalink
DBG
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 10, 2023
1 parent 8fdf94c commit 9cbb22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- 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 h5py>=2.10 indexed_gzip>=1.4 matplotlib>=3.4 pillow>=8.1 pydicom>=2.1 pyzstd>=0.14.3 scipy>=1.6
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 scipy>=1.6
- name: Install tox
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 9cbb22e

Please sign in to comment.