We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336ab4c commit 5b1b638Copy full SHA for 5b1b638
.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:
@@ -131,6 +133,8 @@ jobs:
131
133
132
134
135
136
137
138
- name: "Run Tests"
139
run: "poetry run invoke pytest"
140
publish_gh:
0 commit comments