Skip to content

Commit 145758d

Browse files
committed
check file permissions
1 parent 67edcbb commit 145758d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v4
28-
- name: List all files in the workspace
29-
run: |
30-
if [ "$(uname)" == "Linux" ] || [ "$(uname)" == "Darwin" ]; then
31-
find $GITHUB_WORKSPACE
32-
else
33-
dir $GITHUB_WORKSPACE
34-
fi
28+
- name: Check file permissions for example.py
29+
run: ls -l $GITHUB_WORKSPACE/example/example.py
30+
continue-on-error: true
3531

3632
# Need to grab the SDK version for the wheel name
3733
- name: Extract SDK Version

0 commit comments

Comments
 (0)