Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
Signed-off-by: Ye Cao <[email protected]>
  • Loading branch information
dashanji committed Aug 12, 2024
1 parent 5ca8dc7 commit 04f4ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/test/e2e/etcd-failover/consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- bash
- -c
- |
pip install vineyard numpy pandas --index-url https://pypi.tuna.tsinghua.edu.cn/simple;
pip install vineyard numpy pandas;
cat << EOF >> consumer.py
import vineyard
client = vineyard.connect(host="vineyardd-svc.default.svc.cluster.local",port=9600)
Expand Down
2 changes: 1 addition & 1 deletion k8s/test/e2e/etcd-failover/producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- bash
- -c
- |
pip install vineyard numpy pandas --index-url https://pypi.tuna.tsinghua.edu.cn/simple;
pip install vineyard numpy pandas;
cat << EOF >> producer.py
import vineyard
import numpy as np
Expand Down

0 comments on commit 04f4ba4

Please sign in to comment.