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 0bd648b commit c2642ffCopy full SHA for c2642ff
.github/workflows/pytest.yml
@@ -41,6 +41,7 @@ jobs:
41
run: poetry install
42
- name: Run all tests
43
run: |
44
+ poetry shell
45
pytest src
46
env:
47
# The hostname used to communicate with the PostgreSQL service container
0 commit comments