Skip to content

Commit

Permalink
Attempt to run on an image
Browse files Browse the repository at this point in the history
  • Loading branch information
glatteis committed Jul 2, 2024
1 parent 23071c9 commit 9e4a48c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
jobs:
pre-commit:
runs-on: ubuntu-22.04
container:
image: movesrwth/stormpy:latest-debug
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ env:
jobs:
test:
runs-on: ubuntu-22.04
container:
image: movesrwth/stormpy:latest-debug
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9e4a48c

Please sign in to comment.