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 388eca7 commit 517db81Copy full SHA for 517db81
.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-14' ) || ( !contains(env.WHEEL_NAME, 'arm64') }}
+ if: ${{ ( matrix.cfg.os != 'macos-13' ) && ( ! contains(env.WHEEL_NAME, 'arm64') }}
99
run: |
100
pip install bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
101
python -I - <<'____HERE'
0 commit comments