Commit 53b8a8c 1 parent f778b37 commit 53b8a8c Copy full SHA for 53b8a8c
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,11 @@ jobs:
23
23
24
24
- name : Install dependencies.
25
25
run : |
26
- sudo apt install python3 python3-pip direnv
27
26
curl -LsSf https://astral.sh/uv/install.sh | sh
27
+ uv -q pip install -r requirements.txt
28
28
29
29
- name : Run ansible-lint
30
30
run : |
31
- direnv allow
32
31
ansible-lint
33
32
34
33
molecule :
@@ -42,10 +41,10 @@ jobs:
42
41
43
42
- name : Install dependencies.
44
43
run : |
45
- sudo apt install python3 python3-pip direnv
46
44
curl -LsSf https://astral.sh/uv/install.sh | sh
47
- direnv allow
45
+ uv -q pip install -r requirements.txt
48
46
ansible-galaxy install -r requirements.yml
49
47
50
48
- name : Run molecule
51
- run : molecule test -p ${{ matrix.os }}
49
+ run : |
50
+ molecule test -p ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments