You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [release GitHub action](https://github.com/eclipse-esmf/esmf-sdk-py-aspect-model-loader/actions/workflows/tagged_release.yml)
26
-
has been setup for the
27
-
`esmf-aspect-meta-model` component where the module will be build and checked to ensure code quality by running test
28
-
files and the [static type checker MyPy](https://github.com/python/mypy) and
28
+
A [GitHub action called 'Release'](https://github.com/eclipse-esmf/esmf-sdk-py-aspect-model-loader/actions/workflows/tagged_release.yml)
29
+
has been set up for the `esmf-aspect-model-loader`. This action checks the code quality by running tests, the [static type checker MyPy](https://github.com/python/mypy) and
29
30
the [code formatter 'Black'](https://github.com/psf/black).
30
31
31
-
## Set Up SAMM Aspect Meta Model für development
32
+
## Set Up SAMM Aspect Meta Model for development
32
33
33
-
In order to download the SAMM sources, it is required to run `poetry install` once in the `esmf-aspect-meta-model-python`
34
+
In order to download the SAMM sources, it is required to run `poetry install` once in the `esmf-aspect-model-loader`
34
35
module. There are two possibilities to download the SAMM files and extract the Turtle sources for the Meta Model.
0 commit comments