Skip to content

Commit e8dd18a

Browse files
committed
Add dev group during installation
1 parent b7ff042 commit e8dd18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
poetry config virtualenvs.prefer-active-python true
197197
pip install invoke toml codecov
198198
- name: "Install Package"
199-
run: "poetry install --all-extras"
199+
run: "poetry install --sync --extras all --with dev"
200200
- name: "Integration Tests"
201201
run: "poetry run pytest --cov infrahub_sdk tests/integration/"
202202
- name: "Upload coverage to Codecov"

0 commit comments

Comments
 (0)