Skip to content

Commit

Permalink
fix: pymilvus error in CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
billshitg committed Aug 2, 2024
1 parent 74ece80 commit 676b853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-test-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
source venv/bin/activate
cp -r copilot/tests/*test* copilot/tests/create_wandb_report.py copilot/app/
cd copilot/app
python -c "import pymilvus;print(pymilvus.__version__)"
python -m pytest --disable-warnings
env:
DB_CONFIG: ${{ secrets.DB_CONFIG }}
Expand Down

0 comments on commit 676b853

Please sign in to comment.