Skip to content

Commit 521efd0

Browse files
committed
check here
1 parent c777afd commit 521efd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "Listing files in the example directory:"
4343
ls -alh /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/
4444
echo "Attempting to read example.py:"
45-
python3 /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/example.py
45+
python3 ${{github.workspace}}/example/example.py
4646
4747
- name: Build wheels
4848
env:

0 commit comments

Comments
 (0)