Skip to content

Commit 857a2bf

Browse files
committed
Install all extras
1 parent e2c6079 commit 857a2bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
poetry-version: '1.5.1'
2323

2424
- name: Install dependencies
25-
run: poetry install --with lint --with tests
25+
run: poetry install --all-extras
2626

2727
- uses: pre-commit/[email protected]
2828

poetry.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ repository = "https://github.com/multimeric/Unipressed"
1212
python = "^3.8"
1313
requests = "^2.28.1"
1414
typing-extensions = "^4.3.0"
15-
mkdocstrings-python = "^1.10.2"
1615

1716
[tool.poetry.group.tests.dependencies]
1817
pytest = { version = "^7.1.2" }
1918
fastaparser = "^1.1"
2019

2120
[tool.poetry.group.docs.dependencies]
22-
mkdocstrings = "^0.25.2"
21+
mkdocstrings = { version = "^0.25.2", extras = ["python"] }
2322
mkdocs = "^1.6.0"
2423
mkdocs-material = "^9.5.31"
2524
mkdocs-include-markdown-plugin = "^6.2.2"

0 commit comments

Comments
 (0)