mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
update pip compile dev workflow for 2.18 (#2130)
* update pip compile dev workflow for 2.18 * add maintainer docs about updating the workflow
This commit is contained in:
14
.github/workflows/pip-compile-dev.yml
vendored
14
.github/workflows/pip-compile-dev.yml
vendored
@@ -27,6 +27,13 @@ jobs:
|
||||
'pip-compile-3.11(static)'
|
||||
'pip-compile-3.11(spelling)'
|
||||
'pip-compile-3.11(tag)'
|
||||
- base-branch: stable-2.18
|
||||
pr-branch: pip-compile/stable-2.18/dev
|
||||
nox-args: >-
|
||||
-e 'pip-compile-3.11(formatters)'
|
||||
'pip-compile-3.11(typing)'
|
||||
'pip-compile-3.11(static)'
|
||||
'pip-compile-3.11(spelling)'
|
||||
- base-branch: stable-2.17
|
||||
pr-branch: pip-compile/stable-2.17/dev
|
||||
nox-args: >-
|
||||
@@ -48,13 +55,6 @@ jobs:
|
||||
'pip-compile-3.10(typing)'
|
||||
'pip-compile-3.10(static)'
|
||||
'pip-compile-3.10(spelling)'
|
||||
- base-branch: stable-2.14
|
||||
pr-branch: pip-compile/stable-2.14/dev
|
||||
nox-args: >-
|
||||
-e 'pip-compile-3.10(formatters)'
|
||||
'pip-compile-3.10(typing)'
|
||||
'pip-compile-3.10(static)'
|
||||
'pip-compile-3.10(spelling)'
|
||||
name: "Refresh dev dependencies"
|
||||
uses: ./.github/workflows/reusable-pip-compile.yml
|
||||
with:
|
||||
|
||||
@@ -68,6 +68,10 @@ Next, remove references to the tagger dependencies as follows:
|
||||
|
||||
3. Open `noxfile.py` and remove `"hacking/tagger/tag.py",` from the `LINT_FILES` tuple.
|
||||
|
||||
### Updating the pip compile dev workflow
|
||||
|
||||
Update the `.github/workflows/pip-compile-dev.yml` workflow so that it includes the new stable branch and drops the oldest branch.
|
||||
|
||||
### Update Python versions in the support matrix
|
||||
|
||||
The minimum supported Python version changes with each Ansible core version.
|
||||
|
||||
Reference in New Issue
Block a user