Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
buixor committed Oct 9, 2024
1 parent 5b6ede4 commit 0180137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Poetry
run: pipx install poetry pylint
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pysigma = "^0.11.14"
pytest = "^7.2.2"
pytest-cov = "^4.0.0"
coverage = "^7.2.1"
pylint = "^2.11.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 0180137

Please sign in to comment.