Skip to content

Commit 765b05a

Browse files
committed
Update pom and CI
1 parent 4b98d04 commit 765b05a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build_and_test_library.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ jobs:
4343

4444
- name: "Test with pytest"
4545
working-directory: ansys-grantami-serverapi-openapi
46-
run: poetry run -- pytest
46+
run: poetry run pytest
47+
48+
- name: "Run mypy"
49+
working-directory: ansys-grantami-serverapi-openapi
50+
run: poetry run mypy
4751

4852
build-library:
4953
name: "Build library"

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<maven-plugin-version>1.0.0</maven-plugin-version>
1212
<base-package-version>0.1.0</base-package-version>
1313
<yaml-filename>server-api.json</yaml-filename>
14-
<swagger-template-version>2.0.8-SNAPSHOT</swagger-template-version>
14+
<swagger-template-version>2.0.9-SNAPSHOT</swagger-template-version>
1515
<package-name>ansys-grantami-serverapi-openapi</package-name>
1616
<package-import-path>ansys.grantami.serverapi_openapi</package-import-path>
1717
<package-description>Autogenerated client library for the Granta MI Server API.</package-description>
@@ -46,6 +46,7 @@
4646
<packageVersion>${project.version}</packageVersion>
4747
<buildNumber>${build-id}</buildNumber>
4848
<isReleaseBuild>${is-release}</isReleaseBuild>
49+
<isNamespacePackage>True</isNamespacePackage>
4950
</configOptions>
5051
</configuration>
5152
</execution>

0 commit comments

Comments
 (0)