Skip to content

Commit 8b013ab

Browse files
authored
Update make_wheel.yml
1 parent 517db81 commit 8b013ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
9696
9797
- name: Test wheel ${{ env.WHEEL_NAME }}
98-
if: ${{ ( matrix.cfg.os != 'macos-13' ) && ( ! contains(env.WHEEL_NAME, 'arm64') }}
98+
if: ${{ ( matrix.cfg.os != 'macos-13' ) && ( matrix.cfg.config != 'macos_arm64') }}
9999
run: |
100100
pip install bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
101101
python -I - <<'____HERE'

0 commit comments

Comments
 (0)