Skip to content

Commit 4999b95

Browse files
committed
Adds poetry install option override
1 parent 336ab4c commit 4999b95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
uses: "networktocode/gh-action-setup-poetry-environment@v6"
112112
with:
113113
poetry-version: "1.8.5"
114+
# Default install options is "--only dev", but we need to install all dependencies
115+
poetry-install-options: ""
114116
- name: "Linting: Pylint"
115117
run: "poetry run invoke pylint"
116118
pytest:

0 commit comments

Comments
 (0)