diff --git a/.cirrus.yml b/.cirrus.yml index d99cf705..556b5518 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,7 +17,7 @@ cirrus_wheels_macos_arm64_task: pip install git+https://github.com/3-manifolds/PLink && pip install git+https://github.com/3-manifolds/snappy_manifolds && pip install git+https://github.com/3-manifolds/Spherogram - CIBW_TEST_COMMAND: python -m snappy.test --skip-modern-opengl --skip-gui + CIBW_TEST_COMMAND: python -m snappy.test install_pre_requirements_script: - brew install python3 pipx - python3 --version diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 89351e97..9beb8623 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -33,7 +33,7 @@ jobs: pip install git+https://github.com/3-manifolds/snappy_manifolds && pip install git+https://github.com/3-manifolds/Spherogram CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --strip -w {dest_dir} {wheel} - CIBW_TEST_COMMAND: python -m snappy.test --skip-modern-opengl + CIBW_TEST_COMMAND: python -m snappy.test - uses: actions/upload-artifact@v3 with: