Skip to content

Commit

Permalink
not skipping codegen tests on default algebra
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetbansal committed Aug 2, 2024
1 parent caa6446 commit a9fd00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Clean the build directory between builds
CIBW_BEFORE_BUILD: >-
rm -rf {package}/osqp_sources/build
CIBW_TEST_COMMAND: "python -m pytest -s {project}/src/osqp/tests -k \"not codegen\""
CIBW_TEST_COMMAND: "python -m pytest -s {project}/src/osqp/tests"
CIBW_ENVIRONMENT_MACOS: CMAKE_OSX_ARCHITECTURES=${{ matrix.cibw_archs }}
CIBW_BUILD_VERBOSITY: 1

Expand Down

0 comments on commit a9fd00a

Please sign in to comment.