Skip to content

Commit 5b1b638

Browse files
committed
Adds poetry install option override
1 parent 336ab4c commit 5b1b638

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
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:
@@ -131,6 +133,8 @@ jobs:
131133
uses: "networktocode/gh-action-setup-poetry-environment@v6"
132134
with:
133135
poetry-version: "1.8.5"
136+
# Default install options is "--only dev", but we need to install all dependencies
137+
poetry-install-options: ""
134138
- name: "Run Tests"
135139
run: "poetry run invoke pytest"
136140
publish_gh:

0 commit comments

Comments
 (0)