Skip to content

Commit

Permalink
fix release script and bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvg committed Dec 31, 2024
1 parent 7b79ac4 commit 464ec1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions integ-tests/python/tests/test_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,11 @@
BlockConstraintForParam,
NestedBlockConstraintForParam,
MapKey,
<<<<<<< HEAD
LinkedListAliasNode,
ClassToRecAlias,
NodeWithAliasIndirection,
MergeAttrs,
=======
OptionalListAndMap,
>>>>>>> canary
)
import baml_client.types as types
from ..baml_client.tracing import trace, set_tags, flush, on_log_event
Expand Down
1 change: 1 addition & 0 deletions tools/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ pnpm build
pnpm generate

cd "${_repo_root}/integ-tests/python"
poetry install
env -u CONDA_PREFIX poetry run maturin develop --manifest-path ${_repo_root}/engine/language_client_python/Cargo.toml
poetry run baml-cli generate --from ../baml_src

Expand Down

0 comments on commit 464ec1b

Please sign in to comment.