Skip to content

Commit

Permalink
Add dev group during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Jan 9, 2025
1 parent b7ff042 commit e8dd18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
poetry config virtualenvs.prefer-active-python true
pip install invoke toml codecov
- name: "Install Package"
run: "poetry install --all-extras"
run: "poetry install --sync --extras all --with dev"
- name: "Integration Tests"
run: "poetry run pytest --cov infrahub_sdk tests/integration/"
- name: "Upload coverage to Codecov"
Expand Down

0 comments on commit e8dd18a

Please sign in to comment.