Skip to content

Commit 9d453da

Browse files
Debug ansible-lint and direnv behavior
1 parent d0f65a8 commit 9d453da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
ANSIBLE_ROLES_PATH: roles
1010
ANSIBLE_HASH_BEHAVIOUR: merge
11+
UV_SYSTEM_PYTHON: 1
1112

1213
jobs:
1314
lint:
@@ -23,8 +24,6 @@ jobs:
2324
run: uv python install
2425

2526
- name: Install dependencies.
26-
env:
27-
UV_SYSTEM_PYTHON: 1
2827
run: |
2928
uv -q pip install -r requirements.txt
3029
@@ -48,8 +47,6 @@ jobs:
4847
run: uv python install
4948

5049
- name: Install dependencies.
51-
env:
52-
UV_SYSTEM_PYTHON: 1
5350
run: |
5451
uv -q pip install -r requirements.txt
5552
ansible-galaxy install -r requirements.yml

0 commit comments

Comments
 (0)