Skip to content

Commit 63ad279

Browse files
committed
DEBUG 3.9-x86
1 parent f244c4b commit 63ad279

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ jobs:
150150
python -m pip install tox tox-gh-actions
151151
- name: Show tox config
152152
run: tox c
153+
- name: Debug
154+
run: |
155+
virtualenv ../testenv
156+
source ../testenv/Scripts/activate
157+
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
158+
if: ${{ matrix.architecture == 'x86' && matrix.python-version == '3.9' }}
153159
- name: Run tox
154160
run: tox -v --exit-and-dump-after 1200
155161
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)