Skip to content

Commit f8ecfc6

Browse files
committed
Install all dependencies and run in same command
1 parent 2d61736 commit f8ecfc6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/orm-branch-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ jobs:
2525
virtualenvs-in-project: true
2626
installer-parallel: true
2727

28-
- name: Install Project
29-
run: poetry install --no-interaction --only-root
30-
31-
- name: Run tests
32-
run: poetry run pytest
28+
- name: Install Project and run tests
29+
run: poetry install && poetry run pytest

0 commit comments

Comments
 (0)