Skip to content

Commit 2ae56aa

Browse files
committed
install 3.9 as 20.04 comes with eol 3.8
1 parent d831db8 commit 2ae56aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-wheels.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
fetch-tags: true
5454

5555
- uses: actions/setup-python@v5
56+
with:
57+
python-version: '3.9'
58+
5659
- name: Check that cmake is installed
5760
run: |
5861
cmake --version

0 commit comments

Comments
 (0)