Skip to content

Commit

Permalink
chore: Fix lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGotelli committed Aug 10, 2024
1 parent 366eee4 commit 586658e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
- name: Lint with pylint
run: |
make pylint
make lint
- name: Test with pytest
run: |
make coverage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-matchers"
version = "0.0.1"
version = "0.1.0"
description = "Matchers for pytest"
authors = ["MartinGotelli <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 586658e

Please sign in to comment.