Skip to content

Commit ba49837

Browse files
author
Kasper Peeters
committed
Force python 3.12 when building ubuntu 24.04 package.
1 parent bc1af81 commit ba49837

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ubuntu-24.04-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
# if: github.ref != 'refs/heads/devel'
2020
# run: exit 1
2121

22+
- name: setup python
23+
uses: actions/setup-python@v4
24+
with:
25+
python-version: 3.12
26+
2227
- name: Set up GitHub CLI
2328
run: |
2429
sudo apt-get update

0 commit comments

Comments
 (0)