Skip to content

Commit

Permalink
fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Dec 19, 2023
1 parent c1bfafe commit dbdf8fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install .[test,dev]
python -m pip install .[test]
poetry install --all-extras --no-root
- name: Check code quality
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ pre-commit = {version = "^3.6.0", optional = true}


[tool.poetry.extras]
test = ["coverage", "pylint", "black", "pylint-django"]
dev = ["poetry", "ruff", "isort", "pre-commit"]
test = ["coverage", "pylint", "black", "pylint-django", "poetry"]
dev = ["ruff", "isort", "pre-commit"]

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

0 comments on commit dbdf8fb

Please sign in to comment.