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 8ec31e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: "Setup environment"
run: |
pipx install poetry==1.8.5
poetry config virtualenvs.prefer-active-python true
poetry config virtualenvs.create true --local
pip install invoke toml codecov
- name: "Install Package"
run: "poetry install --all-extras"
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
- name: "Setup environment"
run: |
pipx install poetry==1.8.5
poetry config virtualenvs.prefer-active-python true
poetry config virtualenvs.create true --local
pip install invoke toml codecov
- name: "Install Package"
run: "poetry install --all-extras"
Expand Down

0 comments on commit 8ec31e6

Please sign in to comment.