Skip to content

Commit ea0c161

Browse files
committed
add permission
1 parent e3ffc3e commit ea0c161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "SDK_VERSION=$(python -c 'import version; print(version.SDK_VERSION)')" >> $GITHUB_ENV
3232

3333
- name: Make test script executable
34-
run: chmod +x run_test.sh
34+
run: chmod +x ${{github.workspace}}/run_test.sh
3535

3636
- name: Build wheels
3737
env:

0 commit comments

Comments
 (0)