Skip to content

Commit

Permalink
Install all extras
Browse files Browse the repository at this point in the history
  • Loading branch information
multimeric committed Aug 14, 2024
1 parent e2c6079 commit 857a2bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
poetry-version: '1.5.1'

- name: Install dependencies
run: poetry install --with lint --with tests
run: poetry install --all-extras

- uses: pre-commit/[email protected]

Expand Down
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ repository = "https://github.com/multimeric/Unipressed"
python = "^3.8"
requests = "^2.28.1"
typing-extensions = "^4.3.0"
mkdocstrings-python = "^1.10.2"

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

[tool.poetry.group.docs.dependencies]
mkdocstrings = "^0.25.2"
mkdocstrings = { version = "^0.25.2", extras = ["python"] }
mkdocs = "^1.6.0"
mkdocs-material = "^9.5.31"
mkdocs-include-markdown-plugin = "^6.2.2"
Expand Down

0 comments on commit 857a2bf

Please sign in to comment.