From b8707a7eb9ac2311208e079c299cac6eb74f3eb4 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 30 Nov 2023 15:13:01 -0700 Subject: [PATCH] t --- .github/workflows/build.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 42ed15fb..d57899dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 } @@ -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 @@ -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