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 2d61736 commit f8ecfc6Copy full SHA for f8ecfc6
.github/workflows/orm-branch-tests.yml
@@ -25,8 +25,5 @@ jobs:
25
virtualenvs-in-project: true
26
installer-parallel: true
27
28
- - name: Install Project
29
- run: poetry install --no-interaction --only-root
30
-
31
- - name: Run tests
32
- run: poetry run pytest
+ - name: Install Project and run tests
+ run: poetry install && poetry run pytest
0 commit comments