Skip to content

Commit

Permalink
Merge pull request #76 from dnv-opensource/submodule-fix
Browse files Browse the repository at this point in the history
Submodule init for cpp-fmus
  • Loading branch information
davidhjp01 authored Nov 11, 2024
2 parents d146ea6 + 712d996 commit 90ab852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/_build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: true
- run: git submodule update --init --recursive
name: Checkout submodules
- name: Install uv
uses: astral-sh/setup-uv@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packages = [

[project]
name = "mlfmu"
version = "1.0.0"
version = "1.0.1"
description = "Export ML models represented as ONNX files to Functional-Mockup-Units (FMU)"
readme = "README.md"
requires-python = ">= 3.10"
Expand Down

0 comments on commit 90ab852

Please sign in to comment.