Skip to content

Commit f94d10b

Browse files
committed
see python version and go to 3.12
1 parent 1cc21ce commit f94d10b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ jobs:
3838
ls -alh /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/
3939
echo "Attempting to read example.py:"
4040
cat /home/runner/work/onepassword-sdk-python/onepassword-sdk-python/example/example.py
41-
42-
43-
4441
- name: Setup Python
4542
uses: actions/setup-python@v5
4643
with:
47-
python-version: "3.13"
44+
python-version: "3.12"
45+
46+
- name: Verify Python version
47+
run: |
48+
python3 --version
49+
which python3
4850
4951
- name: Build wheels
5052
env:

0 commit comments

Comments
 (0)