Skip to content

Commit

Permalink
Use a newer version of vineyard.
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Feb 5, 2021
1 parent 9795dd0 commit 85555ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
conda install -n test --quiet --yes -c conda-forge python=$PYTHON skein conda-pack
fi
if [ -n "$WITH_VINEYARD" ]; then
pip install vineyard==0.1.9
sudo docker pull libvineyard/vineyardd:v0.1.9
pip install vineyard==0.1.10
sudo docker pull libvineyard/vineyardd:v0.1.10
mkdir -p /tmp/etcd-download-test
export ETCD_VER=v3.4.13
Expand Down
2 changes: 1 addition & 1 deletion requirements-vineyard.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vineyard==0.1.9; sys.platform != 'win32'
vineyard==0.1.10; sys.platform != 'win32'

0 comments on commit 85555ef

Please sign in to comment.