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 96267d9 commit 33057e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.

### Added

- Updated data model to relfect SIMA 4.6.0
- Updated data model to reflect SIMA 4.6.0
- New metocean package to enable creation of SIMA metocean data

### Changed
Expand All @@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file.

## [4.8.0]

- Updated data model to reflect SIMA 4.8.0

Model changes per package:

### Package riflex
Expand Down
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 33057e5

Please sign in to comment.