Skip to content

Commit

Permalink
Install stormpy
Browse files Browse the repository at this point in the history
  • Loading branch information
glatteis committed Jul 2, 2024
1 parent a8836c9 commit b34b161
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-root --only main,test

- name: Install stormpy manually
run: poetry run pip install /opt/stormpy

- name: Install pre-commit
run: pip install pre-commit==${{ env.PRECOMMIT_VERSION }}

Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-root --only main,test

- name: Install library
run: poetry install --only main,test
- name: Install stormpy manually
run: poetry run pip install /opt/stormpy

- name: Run tests
run: poetry run pytest

0 comments on commit b34b161

Please sign in to comment.