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 517db81 commit 8b013ab
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 @@ -95,7 +95,7 @@ jobs:
check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
- name: Test wheel ${{ env.WHEEL_NAME }}
if: ${{ ( matrix.cfg.os != 'macos-13' ) && ( ! contains(env.WHEEL_NAME, 'arm64') }}
if: ${{ ( matrix.cfg.os != 'macos-13' ) && ( matrix.cfg.config != 'macos_arm64') }}
run: |
pip install bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
python -I - <<'____HERE'
Expand Down

0 comments on commit 8b013ab

Please sign in to comment.