Skip to content
Snippets Groups Projects
Commit 14f52d52 authored by Philipp Arras's avatar Philipp Arras
Browse files

Do not run tests on github

parent 92d06fbe
No related branches found
No related tags found
1 merge request!36Pypi
......@@ -16,9 +16,9 @@ jobs:
CIBW_ARCHS: auto64
CIBW_SKIP: cp36-* pp*
CIBW_ENVIRONMENT: DUCC0_OPTIMIZATION=portable
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest -x {project}/test
CIBW_TEST_SKIP: cp37-* cp38-* cp310-*
#CIBW_TEST_REQUIRES: pytest
#CIBW_TEST_COMMAND: pytest -x {project}/test
#CIBW_TEST_SKIP: cp37-* cp38-* cp310-*
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: manylinux2014
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment