Skip to content

Commit bfaa52d

Browse files
Fix pre-commit hooks in code generation (#183)
Co-authored-by: ludovicsteinbach <[email protected]>
1 parent 9be6e92 commit bfaa52d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/generate_library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
- name: "Install and run pre-commit"
6262
run: |
6363
pip install pre-commit
64+
git add ansys-grantami-serverapi-openapi/
6465
! pre-commit run --all-files
6566
6667
- name: "Commit changes to library code"

ansys-grantami-serverapi-openapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "ansys-grantami-serverapi-openapi"
77
description = "Autogenerated client library for the Granta MI Server API."
8-
version = "3.0.0.dev240"
8+
version = "3.0.0.dev244"
99
license = "MIT"
1010
authors = ["ANSYS, Inc. <[email protected]>"]
1111
maintainers = ["ANSYS, Inc. <[email protected]>"]

0 commit comments

Comments
 (0)