Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Do not use xeus-python's master branch #8

Merged
merged 1 commit into from
May 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ RUN git config --global advice.detachedHead false
##################################################################
# xeus-python build
##################################################################
# TODO Use a tag that is not master
RUN mkdir -p xeus-python && \
git clone --branch master --depth 1 https://github.com/jupyter-xeus/xeus-python.git xeus-python
git clone --branch 0.13.8 --depth 1 https://github.com/jupyter-xeus/xeus-python.git xeus-python

RUN mkdir -p xeus-python/build && \
cd xeus-python/build && \
Expand Down