We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec7978 commit 83efc43Copy full SHA for 83efc43
.github/workflows/test.yml
@@ -23,8 +23,9 @@ jobs:
23
24
- name: Install dependencies.
25
run: |
26
- sudo apt install uv python3
27
- uv pip install -r requirements.txt
+ sudo apt install python3 python3-pip direnv
+ curl -LsSf https://astral.sh/uv/install.sh | sh
28
+ direnv allow
29
30
- name: Run ansible-lint
31
run: "ansible-lint"
@@ -40,8 +41,9 @@ jobs:
40
41
42
43
44
45
46
47
ansible-galaxy install -r requirements.yml
48
49
- name: Run molecule
0 commit comments