Skip to content

Commit 550c847

Browse files
Merge pull request #15 from hamzaqureshi5/main
pytest added
2 parents ed093f3 + 2b280e4 commit 550c847

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main, master ]
88

99
jobs:
10-
test:
10+
pipeline-test:
1111
runs-on: ubuntu-latest
1212

1313
strategy:

gen_requirements.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@
175175
# here. Include a comment linking to context or explaining why the constraint is in place.
176176
CONSTRAINTS = [
177177
("pydantic", ">=2.7"),
178-
179178
# ("astroid", None),
180179
# ("autodocsumm", None),
181180
# ("black", "==20.8b1"),

0 commit comments

Comments
 (0)