Skip to content

Commit 301ed2e

Browse files
committed
Install root project in workflow
1 parent 0cffe5c commit 301ed2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
if: ${{ matrix.platform != 'windows-latest' }} # windows hangs if using a cached venv
6666

6767
- name: Install Dependencies
68-
run: poetry install --no-interaction --no-root
68+
run: poetry install --no-interaction
6969

7070
- name: Poetry show
7171
run: poetry show

0 commit comments

Comments
 (0)