We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5098aaa commit 87f588eCopy full SHA for 87f588e
.github/workflows/python-lint/action.yaml
@@ -30,7 +30,7 @@ runs:
30
#----------------------------------------------
31
- name: Install project
32
shell: bash
33
- run: poetry install --no-interaction
+ run: poetry install --no-interaction --no-root
34
35
36
# Run Pylint
.github/workflows/python-test/action.yaml
# Run tests
0 commit comments