diff --git a/.github/workflows/pip-compile-dev.yml b/.github/workflows/pip-compile-dev.yml index 43f07219d5..6d2b31a9ad 100644 --- a/.github/workflows/pip-compile-dev.yml +++ b/.github/workflows/pip-compile-dev.yml @@ -27,6 +27,7 @@ jobs: 'pip-compile(static)' 'pip-compile(spelling)' 'pip-compile(tag)' + 'pip-compile(pip-compile)' python-versions: "3.11" - base-branch: stable-2.18 pr-branch: pip-compile/stable-2.18/dev @@ -35,6 +36,7 @@ jobs: 'pip-compile(typing)' 'pip-compile(static)' 'pip-compile(spelling)' + 'pip-compile(pip-compile)' python-versions: "3.11" - base-branch: stable-2.17 pr-branch: pip-compile/stable-2.17/dev @@ -43,6 +45,7 @@ jobs: 'pip-compile(typing)' 'pip-compile(static)' 'pip-compile(spelling)' + 'pip-compile(pip-compile)' python-versions: "3.10" - base-branch: stable-2.16 pr-branch: pip-compile/stable-2.16/dev @@ -51,6 +54,7 @@ jobs: 'pip-compile(typing)' 'pip-compile(static)' 'pip-compile(spelling)' + 'pip-compile(pip-compile)' python-versions: "3.10" name: "Refresh dev dependencies" uses: ./.github/workflows/reusable-pip-compile.yml