fix tests dir

hotfix/mipmap-alpha-fix
Andrew Cassidy 3 years ago
parent 433e728424
commit 4f25e0f750

@ -73,8 +73,8 @@ jobs:
CIBW_BUILD: "cp{37,38,39}-*"
CIBW_SKIP: "*-win32 *-manylinux_i686"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
CIBW_TEST_COMMAND: nosetests tests -d
CIBW_TEST_EXTRAS: "tests"
CIBW_TEST_COMMAND: nosetests {project}/tests -d
- name: Upload Wheels
uses: actions/upload-artifact@v2

Loading…
Cancel
Save