Skip to content

Commit 2c79ddf

Browse files
committed
🔧 (coverage.yml): update poetry install command to use --no-root option to prevent installation of the current project as a package, optimizing the workflow setup
1 parent 22711b3 commit 2c79ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: venv-${{ hashFiles('backend/poetry.lock') }}
2727
- name: Install dependencies
2828
working-directory: ./backend
29-
run: poetry install --all-extras
29+
run: poetry install --all-extras --no-root
3030
- name: Run tests and collect coverage
3131
working-directory: ./backend
3232
run: poetry run pytest --cov=ormagic --cov-report=xml

0 commit comments

Comments
 (0)