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 889dacd commit 2fd4aa0Copy full SHA for 2fd4aa0
1 file changed
.github/workflows/build-check.yml
@@ -33,5 +33,5 @@ jobs:
33
- name: Verify wheel contents
34
shell: bash
35
run: |
36
- python -m zipfile --list dist/*.whl | grep "flag_blas/" | head -20
+ python -m zipfile --list dist/*.whl | grep "flag_blas/" | head -20 || true
37
echo "Wheel built successfully."
0 commit comments