We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9766255 commit db95601Copy full SHA for db95601
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
pip install poetry
20
- name: Install dependencies
21
run: |
22
- poetry install
+ poetry install --no-root --no-interaction
23
- name: Run parser
24
25
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
0 commit comments