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 67edcbb commit 145758dCopy full SHA for 145758d
.github/workflows/wheels.yml
@@ -25,13 +25,9 @@ jobs:
25
26
steps:
27
- 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
+ - name: Check file permissions for example.py
+ run: ls -l $GITHUB_WORKSPACE/example/example.py
+ continue-on-error: true
35
36
# Need to grab the SDK version for the wheel name
37
- name: Extract SDK Version
0 commit comments