Skip to content

Commit

Permalink
CI: Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Aug 15, 2022
1 parent dc8c6e1 commit a0e9fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD_VERBOSITY: 1
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.13
CIBW_TEST_COMMAND: pytest --strict-markers -m 'not slow' -k "not -k 'not test_fit_and_predict_linear_regression' {project}/tests
CIBW_TEST_COMMAND: pytest --strict-markers -m 'not slow' -k 'not test_fit_and_predict_linear_regression' {project}/tests
CIBW_TEST_COMMAND_WINDOWS: pytest --strict-markers -m "not slow" -k "not test_fit_and_predict_linear_regression" {project}\\tests
CIBW_TEST_REQUIRES: pytest
# Skip trying to test arm64 builds on Intel Macs
Expand Down

0 comments on commit a0e9fe4

Please sign in to comment.