Skip to content

Commit

Permalink
break-system-packages
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
  • Loading branch information
ct2034 committed Jul 4, 2024
1 parent 2ac1724 commit e03aa3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
echo SMC_STORM_PATH=$PWD/bin/ >> $GITHUB_OUTPUT
# Update pip
- name: Update pip
run: python -m pip install --user --upgrade pip
run: python -m pip install --break-system-packages --upgrade pip
# install the packages
- name: Install packages
run: |
pip install --user jani_generator/.[dev]
pip install --user mc_toolchain_jani_common/.[dev]
pip install --user scxml_converter/.[dev]
pip install --break-system-packages jani_generator/.[dev]
pip install --break-system-packages mc_toolchain_jani_common/.[dev]
pip install --break-system-packages scxml_converter/.[dev]
# lint packages
# TODO: add linting
# run the tests
Expand Down

0 comments on commit e03aa3f

Please sign in to comment.