Skip to content

Commit

Permalink
chore(ci): update test command in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 24, 2023
1 parent 2086301 commit 68a9449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 68a9449

Please sign in to comment.