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 b7ff042 commit e8dd18aCopy full SHA for e8dd18a
.github/workflows/ci.yml
@@ -196,7 +196,7 @@ jobs:
196
poetry config virtualenvs.prefer-active-python true
197
pip install invoke toml codecov
198
- name: "Install Package"
199
- run: "poetry install --all-extras"
+ run: "poetry install --sync --extras all --with dev"
200
- name: "Integration Tests"
201
run: "poetry run pytest --cov infrahub_sdk tests/integration/"
202
- name: "Upload coverage to Codecov"
0 commit comments