We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381141b commit 5794f7eCopy full SHA for 5794f7e
.github/workflows/deploy.yml
@@ -19,11 +19,11 @@ jobs:
19
- name: Set up uv
20
uses: astral-sh/setup-uv@v3
21
with:
22
- version: "0.4.x"
+ version: "0.5.x"
23
24
- name: Install ansible
25
working-directory: ansible
26
- run: uv pip install -r requirements.txt
+ run: uv venv && uv pip install -r requirements.txt
27
28
- name: Install ansible-galaxy rules
29
0 commit comments