Skip to content

Commit

Permalink
Fixes mars version to 35b44ed56e031c252e50373b88b85bd9f454332e. (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighingnow authored Apr 2, 2021
1 parent 03a7b03 commit 9bd97a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ jobs:
python3 -m pip install pytest-cov --user
pushd python && sudo -E python3 setup.py develop && popd
pip3 install git+https://github.com/mars-project/mars.git#egg=pymars[distributed]
pip3 install git+https://github.com/mars-project/mars.git@35b44ed56e031c252e50373b88b85bd9f454332e#egg=pymars[distributed]
- name: Kubernetes test
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graphscope.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN mkdir -p /home/maxgraph/native
ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/home/maxgraph/native

# install mars
RUN pip3 install git+https://github.com/mars-project/mars.git#egg=pymars[distributed]
RUN pip3 install git+https://github.com/mars-project/mars.git@35b44ed56e031c252e50373b88b85bd9f454332e#egg=pymars[distributed]

# enable debugging
ENV RUST_BACKTRACE=1
Expand Down
2 changes: 1 addition & 1 deletion k8s/graphscope.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ RUN mkdir -p /home/maxgraph/native
ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/home/maxgraph/native

# install mars
RUN pip3 install git+https://github.com/mars-project/mars.git#egg=pymars[distributed]
RUN pip3 install git+https://github.com/mars-project/mars.git@35b44ed56e031c252e50373b88b85bd9f454332e#egg=pymars[distributed]

# enable debugging
ENV RUST_BACKTRACE=1
Expand Down

0 comments on commit 9bd97a4

Please sign in to comment.