Skip to content

Commit 5794f7e

Browse files
authored
Fix CI by making venv (#10)
1 parent 381141b commit 5794f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: Set up uv
2020
uses: astral-sh/setup-uv@v3
2121
with:
22-
version: "0.4.x"
22+
version: "0.5.x"
2323

2424
- name: Install ansible
2525
working-directory: ansible
26-
run: uv pip install -r requirements.txt
26+
run: uv venv && uv pip install -r requirements.txt
2727

2828
- name: Install ansible-galaxy rules
2929
working-directory: ansible

0 commit comments

Comments
 (0)