Skip to content

Commit 660c98e

Browse files
committed
Fix issue with installing package for tests
1 parent d6ba647 commit 660c98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Install dependencies
5050
if: steps.cache.outputs.cache-hit != 'true'
51-
run: poetry install --no-interaction --no-root
51+
run: poetry install --no-interaction
5252

5353
- name: Tests
5454
run: poetry run pytest --cov --cov-report=xml

0 commit comments

Comments
 (0)