We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b8a8c commit 3bc60b0Copy full SHA for 3bc60b0
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies.
25
run: |
26
curl -LsSf https://astral.sh/uv/install.sh | sh
27
- uv -q pip install -r requirements.txt
+ uv -q pip install --system -r requirements.txt
28
29
- name: Run ansible-lint
30
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
ansible-galaxy install -r requirements.yml
47
48
- name: Run molecule
0 commit comments