Skip to content

Commit

Permalink
Install the optional dev dependencies in CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-JG3 committed Mar 15, 2024
1 parent 0881409 commit f9a213b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: steps.cache-deps.cache-hit != 'true'
run: |
poetry config virtualenvs.in-project true
poetry install --no-interaction
poetry install --no-interaction --with-dev
- name: Lint code
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: install
run: poetry install --extras docs
run: poetry install --with dev

- name: Build documentation
run: |
Expand Down

0 comments on commit f9a213b

Please sign in to comment.