Skip to content

Commit 503a30d

Browse files
franciscojavierarceodharmisha
authored andcommitted
revert: Revert "chore: Add Milvus to pr_integration_tests.yml" (feast-dev#4900)
Revert "chore: Add Milvus to pr_integration_tests.yml (feast-dev#4891)" This reverts commit ca45a1c.
1 parent 4b544a9 commit 503a30d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/pr_integration_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ jobs:
9595
run: |
9696
docker pull vishnunair/docker-redis-cluster:latest
9797
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
98-
- name: Setup Milvus Cluster
99-
run: |
100-
wget https://github.com/milvus-io/milvus/releases/download/v2.5.1/milvus-standalone-docker-compose.yml -O docker-compose.yml
101-
docker compose up -d
10298
- name: Test python
10399
if: ${{ always() }} # this will guarantee that step won't be canceled and resources won't leak
104100
env:

0 commit comments

Comments
 (0)