Skip to content

Commit 2f5f053

Browse files
committed
fix(ci): remove --no-root to fix pytest module not found
1 parent 3735248 commit 2f5f053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
poetry config virtualenvs.in-project true
4646
poetry env use python${{ matrix.python-version }}
47-
poetry install --no-interaction --with dev --no-root
47+
poetry install --no-interaction --with dev
4848
4949
- name: Lint (ruff)
5050
run: poetry run ruff check .

0 commit comments

Comments
 (0)