Skip to content

Commit bc8a49d

Browse files
authored
Update make_wheel.yml
1 parent ab35283 commit bc8a49d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/make_wheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
needs: create-release
4040

4141
strategy:
42+
fail-fast: false
4243
matrix:
4344
cfg:
4445
- { name: 'ManyLinux 2.35 LLVM+libstdc++', os: 'ubuntu-22.04', cc: clang, cxx: clang++, config: --linkopt=-fuse-ld=lld }
@@ -94,7 +95,7 @@ jobs:
9495
pip3 install check-wheel-contents
9596
check-wheel-contents bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}
9697
97-
- name: Test wheel
98+
- name: Test wheel ${{ env.WHEEL_NAME }}
9899
if: (!contains(env.WHEEL_NAME, 'arm64'))
99100
run: |
100101
pip install bazel-bin/dmlab2d/${{ env.WHEEL_NAME }}

0 commit comments

Comments
 (0)