Skip to content

Commit 6bacffa

Browse files
committed
Fix CI building with wrong Python version
1 parent 2bfd127 commit 6bacffa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-python@v5
26+
with:
27+
python-version: '3.11'
2628
- name: Install dependencies
2729
run: |
2830
python -m venv ./.venv

0 commit comments

Comments
 (0)