Added --no-root to poetry install

This commit is contained in:
Wilson Freitas
2025-01-07 08:02:38 -03:00
parent 976625546a
commit db95601787
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
pip install poetry
- name: Install dependencies
run: |
poetry install
poetry install --no-root --no-interaction
- name: Run parser
run: |
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}