Skip to content

Commit

Permalink
installing dev dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
ct2034 committed Jun 24, 2024
1 parent e1bc73e commit d777227
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -17,9 +17,11 @@ jobs:
# install the packages
- name: Install packages
run: |
pip install jani_generator/
pip install mc_toolchain_jani_common/
pip install scxml_converter/
pip install jani_generator/.[dev]
pip install mc_toolchain_jani_common/.[dev]
pip install scxml_converter/.[dev]
# lint packages
# TODO: add linting
# run the tests
- name: Run tests
run: pytest

0 comments on commit d777227

Please sign in to comment.