Skip to content

Commit

Permalink
Added --no-root to poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Jan 7, 2025
1 parent 9766255 commit db95601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit db95601

Please sign in to comment.