Skip to content

Commit

Permalink
DEBUG 3.9-x86
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 10, 2023
1 parent dadd3f5 commit e05ec16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ jobs:
allow-prereleases: true
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Debug
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
if: ${{ matrix.architecture == 'x86' && matrix.python == '3.9' }}
- name: Install tox
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e05ec16

Please sign in to comment.