Skip to content

Commit

Permalink
Update make_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 12, 2024
1 parent 1227d90 commit d5fd121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
- name: Test wheel ${{ env.WHEEL_NAME }}
if: ( matrix.os != 'macos-13' || !contains(env.WHEEL_NAME, 'arm64') )
if: ( matrix.cfg.os == 'macos-14' || !contains(env.WHEEL_NAME, 'arm64') )
run: |
pip install bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
python -I - <<'____HERE'
Expand Down

0 comments on commit d5fd121

Please sign in to comment.