Skip to content

Commit

Permalink
Install test extras
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrixon committed Aug 1, 2024
1 parent 4c696f1 commit c80377d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
run: |
poetry run pip install coverage[toml]
if: startsWith(matrix.os, 'ubuntu')
- name: Install examples dependencies
- name: Install examples and test dependencies
run: |
poetry install --only main --extras examples
poetry install --only main --extras "examples test"
- name: Run examples (linux)
run: |
poetry run examples/run_all.sh -c
Expand Down

0 comments on commit c80377d

Please sign in to comment.