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 c777afd commit 521efd0Copy full SHA for 521efd0
.github/workflows/wheels.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "Listing files in the example directory:"
43
ls -alh /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/
44
echo "Attempting to read example.py:"
45
- python3 /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/example.py
+ python3 ${{github.workspace}}/example/example.py
46
47
- name: Build wheels
48
env:
0 commit comments