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 336ab4c commit 4999b95Copy full SHA for 4999b95
.github/workflows/ci.yml
@@ -111,6 +111,8 @@ jobs:
111
uses: "networktocode/gh-action-setup-poetry-environment@v6"
112
with:
113
poetry-version: "1.8.5"
114
+ # Default install options is "--only dev", but we need to install all dependencies
115
+ poetry-install-options: ""
116
- name: "Linting: Pylint"
117
run: "poetry run invoke pylint"
118
pytest:
0 commit comments