Skip to content

Commit e05ec16

Browse files
committed
DEBUG 3.9-x86
1 parent dadd3f5 commit e05ec16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ jobs:
144144
allow-prereleases: true
145145
- name: Display Python version
146146
run: python -c "import sys; print(sys.version)"
147+
- name: Debug
148+
run: python -I -m pip install --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
149+
if: ${{ matrix.architecture == 'x86' && matrix.python == '3.9' }}
147150
- name: Install tox
148151
run: |
149152
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)