Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lassebje committed Aug 30, 2024
1 parent c7e4c40 commit 6e28462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@master
- name: "Build Docker Images"
run: docker-compose build simapy
run: docker compose build simapy
- name: "Tests"
run: docker-compose run simapy pytest --junitxml output/report.xml
run: docker compose run simapy pytest --junitxml output/report.xml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SIMAPY - Python utilities for SIMA
SIMAPy - Python utilities for SIMA
=================================================================

This Python library can be used to interact with [SIMA](https://sima.sintef.no)
Expand Down

0 comments on commit 6e28462

Please sign in to comment.