From 68a9449118d66877b6ec24b1b2e637b17d1cf2c3 Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Tue, 24 Oct 2023 02:07:02 -0500 Subject: [PATCH] chore(ci): update test command in release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2a212ab..efb206d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -156,7 +156,7 @@ jobs: CIBW_ARCHS: ${{ matrix.cibw_archs }} CIBW_BUILD: ${{ matrix.cibw_build }} CIBW_TEST_REQUIRES: pytest - CIBW_TEST_COMMAND: pytest {package}/tests + CIBW_TEST_COMMAND: pytest {package}/tests -vsl - uses: actions/upload-artifact@v3 with: @@ -168,8 +168,8 @@ jobs: strategy: matrix: os: [macos-latest] - # cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"] - cibw_build: ["cp38-*"] + # cibw_build: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"] + cibw_build: ["cp39-*"] cibw_archs: ["arm64"] steps: