wheels.yml: must tell tox where tox.ini is
because cibuildwheel insists on running the test command from a temp folder
This commit is contained in:
parent
f2bd7f7cef
commit
9334a9117b
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.CIBW_MANYLINUX_X86_64_IMAGE }}
|
||||
CIBW_ARCHS: ${{ matrix.arch }}
|
||||
CIBW_TEST_COMMAND: "tox -e ${{ matrix.tox_env }} --installpkg {wheel}"
|
||||
CIBW_TEST_COMMAND: "tox -c {package}/tox.ini -e ${{ matrix.tox_env }} --installpkg {wheel}"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: wheelhouse/*.whl
|
||||
|
Loading…
x
Reference in New Issue
Block a user