Skip to content

Commit

Permalink
Install all extras when running CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kzscisoft committed Mar 22, 2024
1 parent a30121f commit 88d76dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_run_multiparser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
run: python -m pip install poetry
- name: Run Unit Tests
run: |
poetry install
poetry install --all-extras
poetry run pytest

0 comments on commit 88d76dc

Please sign in to comment.