Skip to content

Commit

Permalink
ci: add pytest requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 5, 2024
1 parent 53bb48c commit 2fb04b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH" OPENSSL_DIR="/usr/local/openssl"'
CIBW_ENVIRONMENT_WINDOWS: 'PATH="$UserProfile\.cargo\bin;$PATH" OPENSSL_DIR="C:\\vcpkg\\packages\\openssl_x86-windows-static\\lib"'

CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: 'pytest py'
CIBW_TEST_SKIP: '*-macosx_arm64 *-macosx_universal2:arm64'
CIBW_BUILD_VERBOSITY: 1
Expand Down

0 comments on commit 2fb04b9

Please sign in to comment.