We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d171c commit 8d0ff82Copy full SHA for 8d0ff82
.github/workflows/pip-compile-dev.yml
@@ -53,14 +53,6 @@ jobs:
53
'pip-compile(static)'
54
'pip-compile(spelling)'
55
python-versions: "3.10"
56
- - base-branch: stable-2.16
57
- pr-branch: pip-compile/stable-2.16/dev
58
- nox-args: >-
59
- -e 'pip-compile(formatters)'
60
- 'pip-compile(typing)'
61
- 'pip-compile(static)'
62
- 'pip-compile(spelling)'
63
- python-versions: "3.10"
64
name: "Refresh dev dependencies"
65
uses: ./.github/workflows/reusable-pip-compile.yml
66
with:
0 commit comments