Skip to content

Commit b33a658

Browse files
committed
Try with specific Python version
1 parent 98503d5 commit b33a658

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- uses: actions/checkout@v4
4545

4646
- uses: actions/setup-python@v5
47+
with:
48+
python-version: '3.12'
4749

4850
- name: Install pipx
4951
run: python3 -m pip install pipx

0 commit comments

Comments
 (0)