Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 2, 2023
1 parent 6f5c634 commit 02b45a1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']

Expand Down
20 changes: 19 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.8.1,<4"

[tool.poetry.group.test.dependencies]
[tool.poetry.group.dev.dependencies]
mypy = "^1.5"

wemake-python-styleguide = "^0.18"
flake8-pytest-style = "^1.5"
nitpick = "^0.34"
doc8 = "^1.1"

pytest = "^7.3"
pytest-cov = "^4.0"
Expand Down

0 comments on commit 02b45a1

Please sign in to comment.