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 f7a1083 commit 1cc21ceCopy full SHA for 1cc21ce
.github/workflows/wheels.yml
@@ -30,8 +30,15 @@ jobs:
30
- name: Extract SDK Version
31
run: echo "SDK_VERSION=$(python -c 'import version; print(version.SDK_VERSION)')" >> $GITHUB_ENV
32
33
- - name: List Files in Example Directory
34
- run: ls -alh /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/
+ - name: Debug directory contents
+ 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
+
42
43
44
- name: Setup Python
0 commit comments