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 53fde42 commit a7bd271Copy full SHA for a7bd271
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- run: echo "$GITHUB_EVENT_NAME"
37
- id: step
38
- run: echo "matrix_os=\"[\"macos-13\", \"ubuntu-22.04\", \"windows-2022\"]\"" >> $GITHUB_OUTPUT
+ run: echo "matrix_os=[\"macos-13\", \"ubuntu-22.04\", \"windows-2022\"]" >> $GITHUB_OUTPUT
39
40
41
whl_3_8:
0 commit comments