Skip to content

Commit

Permalink
Fix CI pipeline (pytest and isort)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstlmrk committed Nov 5, 2023
1 parent a6e7ef8 commit ebc3dab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
python -m pytest tests
python -m pytest
ruff:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[tool.pytest.ini_options]
pythonpath = ["src", "src/service"]

[tool.isort]
profile = "black"

0 comments on commit ebc3dab

Please # to comment.