Skip to content

Commit

Permalink
poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Nov 26, 2024
1 parent e6df36e commit 302cc2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install poetry
run: pipx install poetry

- name: Install package
run: poetry install

- name: Install requirements
run: poetry install --with dev --all-extras --no-root
working-directory: python-package
Expand Down

0 comments on commit 302cc2b

Please sign in to comment.