Skip to content

Commit

Permalink
fix bug in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Feb 22, 2024
1 parent 3203ec0 commit c7467b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
poetry-version: "1.7.1"

- name: install dev dependencies
run: poetry install --only dev --no-root
- name: install code with dev dependencies
run: poetry install --with dev

- name: login to container registry
if: ${{ env.PUBLISH_IMAGE == 'TRUE' }}
Expand Down

0 comments on commit c7467b4

Please sign in to comment.