Skip to content

Commit

Permalink
Fix in llm test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Jan 13, 2025
1 parent 516d5da commit 504d892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ run_test() {
pip install .[ml_dev] > /dev/null 2>&1
elif [[ "$test_type" =~ "llm_complex" ]]; then
echo "Installing ml_dev dependencies"
pip install .[dask] > /dev/null 2>&1
pip install .[ml_dev]
echo "Defining python path for llm_complex..."
export PYTHONPATH=$PYTHONPATH:${EXAMPLES_DIR}/llm_complex
Expand Down

0 comments on commit 504d892

Please sign in to comment.