Skip to content

Commit a0a55a7

Browse files
committed
workflow/link: move 'requirements.txt'
1 parent f4eff45 commit a0a55a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
FORCE_COLOR: '1'
2727

28-
- run: pip install -r requirements.txt
28+
- run: pip install -r .github/workflows/requirements.txt
2929
env:
3030
FORCE_COLOR: '1'
3131

0 commit comments

Comments
 (0)