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 6d9fcbf commit 1949415Copy full SHA for 1949415
.github/workflows/ci_release.yml
@@ -74,7 +74,7 @@ jobs:
74
path: dist/${{ steps.wheel.outputs.wheel_name }}
75
76
tests:
77
- name: "Test ${{ matrix.test_any == 'true' && 'any' || 'platform-specific' }} wheel"
+ name: "Test ${{ matrix.test_any && 'any' || 'platform-specific' }} wheel"
78
uses: ./.github/workflows/tests.yml
79
strategy:
80
matrix:
0 commit comments