Skip to content

Commit

Permalink
Install osipi
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Jun 11, 2024
1 parent d2eae40 commit 345e90b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Install osipi
run: |
poetry install -E docs
poetry install -E tests
- name: Run pre-commit
run: poetry run pre-commit run --all-files
6 changes: 5 additions & 1 deletion poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,7 @@ requests = "^2.32.3"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"

[tool.poetry.extras]
docs = ["sphinx", "sphinx-rtd-theme"]
tests = ["pytest", "pytest-cov"]

0 comments on commit 345e90b

Please sign in to comment.