Skip to content

Commit

Permalink
ci: fix pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 5, 2024
1 parent 502c8e9 commit 53bb48c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +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_COMMAND: 'pytest {project}/test'
CIBW_TEST_REQUIRES: pytest requests
CIBW_TEST_COMMAND: 'pytest py'
CIBW_TEST_SKIP: '*-macosx_arm64 *-macosx_universal2:arm64'
CIBW_BUILD_VERBOSITY: 1

Expand Down

0 comments on commit 53bb48c

Please sign in to comment.