Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Nov 30, 2023
1 parent e737e04 commit b8707a7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
strategy:
matrix:
include:
- { wheel: cp38-macosx_arm64, os: macos-latest }
- { wheel: cp38-macosx_x86_64, os: macos-latest }
- { wheel: cp38-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp38-win_amd64, os: windows-latest }
- { wheel: cp39-macosx_arm64, os: macos-latest }
- { wheel: cp39-macosx_x86_64, os: macos-latest }
- { wheel: cp39-manylinux_x86_64, os: ubuntu-latest }
- { wheel: cp39-win_amd64, os: windows-latest }
# - { wheel: cp38-macosx_arm64, os: macos-latest }
# - { wheel: cp38-macosx_x86_64, os: macos-latest }
# - { wheel: cp38-manylinux_x86_64, os: ubuntu-latest }
# - { wheel: cp38-win_amd64, os: windows-latest }
# - { wheel: cp39-macosx_arm64, os: macos-latest }
# - { wheel: cp39-macosx_x86_64, os: macos-latest }
# - { wheel: cp39-manylinux_x86_64, os: ubuntu-latest }
# - { wheel: cp39-win_amd64, os: windows-latest }
- { wheel: cp310-macosx_arm64, os: macos-latest }
- { wheel: cp310-macosx_x86_64, os: macos-latest }
- { wheel: cp310-manylinux_x86_64, os: ubuntu-latest }
Expand Down Expand Up @@ -108,6 +108,7 @@ jobs:
# - { wheel: cp38-macosx_arm64, python: '3.8' }
# - { wheel: cp39-macosx_arm64, python: '3.9' }
steps:
- run: rm -rf dist
- uses: actions/download-artifact@v3
with:
name: source
Expand All @@ -120,6 +121,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: |
ls dist
pip install --force-reinstall ./dist/*.whl
tar xvf ./dist/pypcode-*.tar.gz
cd pypcode-*/tests
Expand Down

0 comments on commit b8707a7

Please sign in to comment.