Skip to content

Commit

Permalink
fix: rm print pymilvus version
Browse files Browse the repository at this point in the history
  • Loading branch information
billshitg committed Aug 2, 2024
1 parent 7b1f082 commit febd058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull-test-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ 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 febd058

Please sign in to comment.