Skip to content

Commit

Permalink
fix(ci): install dev dependencies too
Browse files Browse the repository at this point in the history
Signed-off-by: yshalsager <[email protected]>
  • Loading branch information
yshalsager committed Dec 11, 2023
1 parent 06dfd25 commit e2f47d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- run: poetry install
- run: poetry install --with dev
- name: Caching
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- run: poetry install
- run: poetry install --with dev
- name: Caching
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- run: poetry install
- run: poetry install --with dev
- name: Caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit e2f47d5

Please sign in to comment.