We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed093f3 + 2b280e4 commit 550c847Copy full SHA for 550c847
.github/workflows/python-tests.yml
@@ -7,7 +7,7 @@ on:
7
branches: [ main, master ]
8
9
jobs:
10
- test:
+ pipeline-test:
11
runs-on: ubuntu-latest
12
13
strategy:
gen_requirements.py
@@ -175,7 +175,6 @@
175
# here. Include a comment linking to context or explaining why the constraint is in place.
176
CONSTRAINTS = [
177
("pydantic", ">=2.7"),
178
-
179
# ("astroid", None),
180
# ("autodocsumm", None),
181
# ("black", "==20.8b1"),
0 commit comments