refactor: Install baml only for BAML test
This commit is contained in:
parent
61ef6fa444
commit
664459e239
2 changed files with 2 additions and 1 deletions
2
.github/actions/cognee_setup/action.yml
vendored
2
.github/actions/cognee_setup/action.yml
vendored
|
|
@ -41,4 +41,4 @@ runs:
|
||||||
EXTRA_ARGS="$EXTRA_ARGS --extra $extra"
|
EXTRA_ARGS="$EXTRA_ARGS --extra $extra"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
uv sync --extra api --extra docs --extra evals --extra gemini --extra codegraph --extra ollama --extra dev --extra baml --extra neo4j $EXTRA_ARGS
|
uv sync --extra api --extra docs --extra evals --extra gemini --extra codegraph --extra ollama --extra dev --extra neo4j $EXTRA_ARGS
|
||||||
|
|
|
||||||
1
.github/workflows/basic_tests.yml
vendored
1
.github/workflows/basic_tests.yml
vendored
|
|
@ -188,6 +188,7 @@ jobs:
|
||||||
uses: ./.github/actions/cognee_setup
|
uses: ./.github/actions/cognee_setup
|
||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
|
extra-dependencies: "baml"
|
||||||
|
|
||||||
- name: Run Simple Examples
|
- name: Run Simple Examples
|
||||||
run: uv run python ./examples/python/simple_example.py
|
run: uv run python ./examples/python/simple_example.py
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue