Skip to content

Commit

Permalink
Fix conditional binary operator
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jun 3, 2024
1 parent 4b062e3 commit 6528bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
# Use higher macOS target for now: https://github.com/casadi/casadi/issues/3698
delocate-listdeps {wheel} && delocate-wheel -v -w {dest_dir} {wheel} --require-target-macos-version 11.1
for file in {dest_dir}/*.whl; do mv "$file" "${file//macosx_11_1/macosx_11_0}"; done
fi
CIBW_TEST_EXTRAS: "dev,all"
CIBW_TEST_COMMAND: |
set -e -x
Expand Down

0 comments on commit 6528bb0

Please sign in to comment.