Commit 765b05a 1 parent 4b98d04 commit 765b05a Copy full SHA for 765b05a
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 43
43
44
44
- name : " Test with pytest"
45
45
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
47
51
48
52
build-library :
49
53
name : " Build library"
Original file line number Diff line number Diff line change 11
11
<maven-plugin-version >1.0.0</maven-plugin-version >
12
12
<base-package-version >0.1.0</base-package-version >
13
13
<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 >
15
15
<package-name >ansys-grantami-serverapi-openapi</package-name >
16
16
<package-import-path >ansys.grantami.serverapi_openapi</package-import-path >
17
17
<package-description >Autogenerated client library for the Granta MI Server API.</package-description >
46
46
<packageVersion >${project.version} </packageVersion >
47
47
<buildNumber >${build-id} </buildNumber >
48
48
<isReleaseBuild >${is-release} </isReleaseBuild >
49
+ <isNamespacePackage >True</isNamespacePackage >
49
50
</configOptions >
50
51
</configuration >
51
52
</execution >
You can’t perform that action at this time.
0 commit comments