Skip to content

Commit

Permalink
fix(python): makefile target unsupported bash syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Pragliola <[email protected]>
  • Loading branch information
Al-Pragliola committed Feb 7, 2025
1 parent bd579e5 commit f8acc07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 61 deletions.
60 changes: 0 additions & 60 deletions .github/python-check-autogen.yml

This file was deleted.

2 changes: 1 addition & 1 deletion clients/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IMG_VERSION ?= latest
.PHONY: install
install:
../../bin/openapi-generator-cli generate -i ../../api/openapi/model-registry.yaml -g python -o src/ --package-name mr_openapi --additional-properties=library=asyncio,generateSourceCodeOnly=true,useOneOfDiscriminatorLookup=true --template-dir templates/
mv src/mr_openapi{_,/}README.md
mv src/mr_openapi_README.md src/mr_openapi/README.md
git apply patches/*
poetry install

Expand Down

0 comments on commit f8acc07

Please sign in to comment.