Skip to content

Commit adf37a2

Browse files
authored
Update pytest.yml
1 parent c2642ff commit adf37a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
run: poetry install
4242
- name: Run all tests
4343
run: |
44-
poetry shell
45-
pytest src
44+
poetry run pytest src
4645
env:
4746
# The hostname used to communicate with the PostgreSQL service container
4847
DATABASE_URL: postgresql://postgres:password@postgres:5432/postgres

0 commit comments

Comments
 (0)