fix tests dir

This commit is contained in:
Andrew Cassidy 2021-05-08 23:15:52 -07:00
parent 433e728424
commit 4f25e0f750

View File

@ -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