We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2642ff commit adf37a2Copy full SHA for adf37a2
.github/workflows/pytest.yml
@@ -41,8 +41,7 @@ jobs:
41
run: poetry install
42
- name: Run all tests
43
run: |
44
- poetry shell
45
- pytest src
+ poetry run pytest src
46
env:
47
# The hostname used to communicate with the PostgreSQL service container
48
DATABASE_URL: postgresql://postgres:password@postgres:5432/postgres
0 commit comments