Skip to content

Commit c777afd

Browse files
committed
try
1 parent f94d10b commit c777afd

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/wheels.yml

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

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
4133
- name: Setup Python
4234
uses: actions/setup-python@v5
4335
with:
4436
python-version: "3.12"
4537

46-
- name: Verify Python version
38+
- name: Debug directory contents
4739
run: |
48-
python3 --version
49-
which python3
40+
echo "Current working directory:"
41+
pwd
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
5046
5147
- name: Build wheels
5248
env:

0 commit comments

Comments
 (0)