Commit 507aaeb
committed
Fix Python dependencies in GitHub workflow
Install the correct Python version for each target Ubuntu version:
- Python 3.8 for Ubuntu 20.04
- Python 3.10 for Ubuntu 22.04
- Python 3.12 for Ubuntu 24.04 (via deadsnakes PPA)1 parent 31c68e4 commit 507aaebCopy full SHA for 507aaeb
File tree
Expand file treeCollapse file tree
1 file changed
+14
-0
lines changedOpen diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
1 file changed
+14
-0
lines changedOpen diff view settings
Collapse file
.github/workflows/ubuntu-packages-and-docker-image.yml
Copy file name to clipboardExpand all lines: .github/workflows/ubuntu-packages-and-docker-image.yml+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
| 26 | + |
26 | 27 | |
27 | 28 | |
28 | 29 | |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
29 | 43 | |
30 | 44 | |
31 | 45 | |
|
0 commit comments