Skip to content

Commit b32e170

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
fail-fast: false
108108
matrix:
109109
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
110-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
110+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
111111
architecture: ['x64', 'x86']
112112
dependencies: ['full', 'pre']
113113
include:
@@ -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-version == '3.9' }}
147150
- name: Install tox
148151
run: |
149152
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)