Skip to content

Commit

Permalink
This should work?
Browse files Browse the repository at this point in the history
  • Loading branch information
glatteis committed Jul 2, 2024
1 parent bef775e commit 1270316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,7 @@ jobs:
run: poetry env use /opt/venv/bin/python

- name: Install dependencies
run: poetry install --no-root --only main,test

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

- name: Cache pre-commit
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: precommit-${{ hashFiles('.pre-commit-config.yaml') }}
run: poetry install --no-root

- name: Run pre-commit
run: pre-commit run --all-files
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:
run: poetry env use /opt/venv/bin/python

- name: Install dependencies
run: poetry install --no-root --only main,test

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

- name: Run tests
run: poetry run pytest

0 comments on commit 1270316

Please sign in to comment.