Skip to content

Commit 3bc60b0

Browse files
Debug ansible-lint and direnv behavior
1 parent 53b8a8c commit 3bc60b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies.
2525
run: |
2626
curl -LsSf https://astral.sh/uv/install.sh | sh
27-
uv -q pip install -r requirements.txt
27+
uv -q pip install --system -r requirements.txt
2828
2929
- name: Run ansible-lint
3030
run: |
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install dependencies.
4343
run: |
4444
curl -LsSf https://astral.sh/uv/install.sh | sh
45-
uv -q pip install -r requirements.txt
45+
uv -q pip install --system -r requirements.txt
4646
ansible-galaxy install -r requirements.yml
4747
4848
- name: Run molecule

0 commit comments

Comments
 (0)