Skip to content

Commit 5227759

Browse files
ArmavicaricardoV94
authored andcommitted
Specify the python version for the check_dist CI job
1 parent b893b97 commit 5227759

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ jobs:
198198
path: dist
199199
merge-multiple: true
200200

201+
- name: Set up Python
202+
uses: actions/setup-python@v6
203+
with:
204+
python-version: '3.11'
205+
201206
- name: Check SDist
202207
run: |
203208
mkdir -p test-sdist

0 commit comments

Comments
 (0)