Skip to content

Commit

Permalink
Install breizorro with all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus authored Jan 31, 2025
1 parent f27fbfe commit ee5aeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Install breizorro
run: poetry install

- name: Install breizorro with gui
run: poetry install --extras "gui"
- name: Install breizorro with all modules
run: poetry install --extras "all"

- name: Install breizorro with tests
run: poetry install --with tests --no-interaction
Expand Down

0 comments on commit ee5aeac

Please sign in to comment.