Skip to content

Commit

Permalink
upgrading to v2.5.1 and removing milvus service key
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscojavierarceo authored Jan 3, 2025
1 parent 984ed5f commit dcd0a83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pr_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
milvus:
image: milvus
ports:
- 19530:19530
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -101,7 +97,7 @@ jobs:
docker run -d -p 6001:6379 -p 6002:6380 -p 6003:6381 -p 6004:6382 -p 6005:6383 -p 6006:6384 --name redis-cluster vishnunair/docker-redis-cluster
- name: Setup Milvus Cluster
run: |
wget https://github.com/milvus-io/milvus/releases/download/v2.4.20/milvus-standalone-docker-compose.yml -O docker-compose.yml
wget https://github.com/milvus-io/milvus/releases/download/v2.5.1/milvus-standalone-docker-compose.yml -O docker-compose.yml
docker compose up -d
- name: Test python
if: ${{ always() }} # this will guarantee that step won't be canceled and resources won't leak
Expand Down

0 comments on commit dcd0a83

Please sign in to comment.