Fix wheel testing
This commit is contained in:
parent
3278445fc0
commit
fda9696a91
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pythonpackage.yml
vendored
1
.github/workflows/pythonpackage.yml
vendored
|
|
@ -158,6 +158,7 @@ jobs:
|
|||
CIBW_ARCHS: ${{ matrix.cibw_archs }}
|
||||
CIBW_ENVIRONMENT: SQLCIPHER3_COMPILE_TARGET=${{ matrix.compile_target }}
|
||||
CIBW_TEST_COMMAND: >
|
||||
cd {project} &&
|
||||
mv sqlcipher3 sqlcipher3_ &&
|
||||
python -m test &&
|
||||
mv sqlcipher3_ sqlcipher3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue