Skip to content

Commit 39fa57d

Browse files
committed
Revert "DEBUG 3.9-x86"
This reverts commit 63ad279.
1 parent 84d526c commit 39fa57d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,6 @@ jobs:
134134
python -m pip install tox tox-gh-actions
135135
- name: Show tox config
136136
run: tox c
137-
- name: Debug
138-
run: |
139-
virtualenv ../testenv
140-
source ../testenv/Scripts/activate
141-
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
142-
if: ${{ matrix.architecture == 'x86' && matrix.python-version == '3.9' }}
143137
- name: Run tox
144138
run: tox -v --exit-and-dump-after 1200
145139
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)