We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517db81 commit 8b013abCopy full SHA for 8b013ab
.github/workflows/make_wheel.yml
@@ -95,7 +95,7 @@ jobs:
95
check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
96
97
- name: Test wheel ${{ env.WHEEL_NAME }}
98
- if: ${{ ( matrix.cfg.os != 'macos-13' ) && ( ! contains(env.WHEEL_NAME, 'arm64') }}
+ if: ${{ ( matrix.cfg.os != 'macos-13' ) && ( matrix.cfg.config != 'macos_arm64') }}
99
run: |
100
pip install bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
101
python -I - <<'____HERE'
0 commit comments