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 1227d90 commit d5fd121Copy full SHA for d5fd121
.github/workflows/make_wheel.yml
@@ -98,7 +98,7 @@ jobs:
98
check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
99
100
- name: Test wheel ${{ env.WHEEL_NAME }}
101
- if: ( matrix.os != 'macos-13' || !contains(env.WHEEL_NAME, 'arm64') )
+ if: ( matrix.cfg.os == 'macos-14' || !contains(env.WHEEL_NAME, 'arm64') )
102
run: |
103
pip install bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
104
python -I - <<'____HERE'
0 commit comments