Skip to content

Commit db95601

Browse files
committed
Added --no-root to poetry install
1 parent 9766255 commit db95601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pip install poetry
2020
- name: Install dependencies
2121
run: |
22-
poetry install
22+
poetry install --no-root --no-interaction
2323
- name: Run parser
2424
run: |
2525
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)