Skip to content

Commit

Permalink
Install extra dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eyvorchuk committed May 24, 2024
1 parent 9877ca3 commit 6c0f3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: ${{ steps.cache-poetry.outputs.cache-hit != 'true' }}
run: |
poetry env use python${{ matrix.python-version }}
poetry install --with=dev
poetry install --extras "complete"
poetry run pip install -e .
- name: Test with pytest (full)
Expand Down

0 comments on commit 6c0f3c5

Please sign in to comment.