Skip to content

Commit 9108c35

Browse files
committed
Just install it
1 parent 9042b6e commit 9108c35

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ jobs:
3939

4040
# Set up self
4141
- name: Install proto-schema-parser
42-
run: pip install .[dev]
42+
run: pip install
4343

4444
# Generate documentation
4545
- name: Generate documentation
46-
run: python -m python_docstring_markdown src/proto_schema_parser DOCUMENTATION.md
46+
run: |
47+
pip install python-docstring-markdown
48+
python -m python_docstring_markdown src/proto_schema_parser DOCUMENTATION.md
4749
4850
# Set pyproject.toml version using pdm
4951
- name: Set version

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,4 @@ style = [
5555
]
5656
tests = [
5757
"pytest>=7.3.2",
58-
]
59-
dev = [
60-
"python-docstring-markdown>=0.2.1",
61-
]
58+
]

0 commit comments

Comments
 (0)