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 e3ffc3e commit ea0c161Copy full SHA for ea0c161
.github/workflows/wheels.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo "SDK_VERSION=$(python -c 'import version; print(version.SDK_VERSION)')" >> $GITHUB_ENV
32
33
- name: Make test script executable
34
- run: chmod +x run_test.sh
+ run: chmod +x ${{github.workspace}}/run_test.sh
35
36
- name: Build wheels
37
env:
0 commit comments