Skip to content

Commit

Permalink
poetry -m python??
Browse files Browse the repository at this point in the history
  • Loading branch information
mkozakov committed Aug 13, 2024
1 parent 3cf95ca commit 758777f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --with dev --no-interaction --no-root
- name: Setup Docker
- name: Setup test DB container
run: make test-db
- name: Test with pytest
if: github.actor != 'dependabot[bot]'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ down:

.PHONY: run-unit-tests
run-unit-tests:
poetry run pytest src/backend/tests/unit
poetry run python -m pytest src/backend/tests/unit

.PHONY: run-community-tests
run-community-tests:
Expand Down

0 comments on commit 758777f

Please sign in to comment.