Skip to content

Commit 1cc21ce

Browse files
committed
debug
1 parent f7a1083 commit 1cc21ce

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,15 @@ jobs:
3030
- name: Extract SDK Version
3131
run: echo "SDK_VERSION=$(python -c 'import version; print(version.SDK_VERSION)')" >> $GITHUB_ENV
3232

33-
- name: List Files in Example Directory
34-
run: ls -alh /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/
33+
- name: Debug directory contents
34+
run: |
35+
echo "Current working directory:"
36+
pwd
37+
echo "Listing files in the example directory:"
38+
ls -alh /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/
39+
echo "Attempting to read example.py:"
40+
cat /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/example.py
41+
3542

3643

3744
- name: Setup Python

0 commit comments

Comments
 (0)