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 pip install poetry
- name: Install dependencies - name: Install dependencies
run: | run: |
poetry install poetry install --no-root --no-interaction
- name: Run parser - name: Run parser
run: | run: |
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }} export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}