Skip to content

Commit

Permalink
Test built sdist and wheels 3
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 3, 2024
1 parent 26a3687 commit d8f3105
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 176 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
python -m pip uninstall -y pylibjpeg-libjpeg
python -m pip uninstall -y pylibjpeg-openjpeg
python -m pip install git+https://github.com/pydicom/pylibjpeg-data
python -m pip install -U --find-links dist/ pylibjpeg-libjpeg
python -m pip install -U --no-index --find-links dist/ pylibjpeg*libjpeg
python -c "import pytest; pytest.main(['--pyargs', 'libjpeg.tests'])"
deactivate
Expand Down
Loading

0 comments on commit d8f3105

Please sign in to comment.