Skip to content

Commit 620643d

Browse files
committed
Fix package sync on new Noble runners
1 parent 805b3d2 commit 620643d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ inputs:
1313
runs:
1414
using: composite
1515
steps:
16-
- uses: actions/setup-python@v5
17-
with:
18-
python-version: 3.11.x
19-
# Cache Python dependencies
20-
cache: pip
2116

2217
- name: Preparing Vault password file
2318
run: |

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
setuptools
12
ansible<10
23
jmespath==0.10.0

0 commit comments

Comments
 (0)