mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Improve dependency tracking in pull-requests.yml workflow with explicit depName parameters (#1686)
This commit is contained in:
parent
8d4d48e61c
commit
8d77529ad3
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pull-requests.yml
vendored
6
.github/workflows/pull-requests.yml
vendored
|
|
@ -20,9 +20,9 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install ansible==10.2.0 # renovate: datasource=pypi
|
||||
pip install ansible-lint==24.7.0 # renovate: datasource=pypi
|
||||
python -m pip install --upgrade pip
|
||||
pip install ansible==10.2.0 # renovate: datasource=pypi depName=ansible
|
||||
pip install ansible-lint==24.7.0 # renovate: datasource=pypi depName=ansible-lint
|
||||
|
||||
- name: Syntax Check
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue