Commit 702b6f7
committed
ci(ansible-lint): fix ansible-lint not working because of invalid python version
The latest version of ansible-nas uses Python 3.14, which requires at least ansible-core version 2.20, which isn't out yet.
To avoid constantly failing tests, we manually install Python 3.12
This commit should be reverted once:
- ansible-core 2.20 comes out
- This PR gets merged, allowing us to specify the python version: ansible/ansible-lint#4829
ansible/ansible-lint#48301 parent e459577 commit 702b6f7
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments