Skip to content

Commit

Permalink
ci(gitpod): update leanproject version (#13567)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Apr 21, 2022
1 parent aeef727 commit 8145333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/gitpod/mathlib/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN curl https://raw.githubusercontent.com/Kha/elan/master/elan-init.sh -sSf | s
RUN . ~/.profile && elan toolchain install $(curl https://raw.githubusercontent.com/leanprover-community/mathlib/master/leanpkg.toml | grep lean_version | awk -F'"' '{print $2}')
# install `leanproject` using `pip`
# RUN python3 -m pip install --user mathlibtools
RUN python3 -m pip install --user pipx && python3 -m pipx ensurepath && source ~/.profile && pipx install mathlibtools==1.1.0
RUN python3 -m pip install --user pipx && python3 -m pipx ensurepath && source ~/.profile && pipx install mathlibtools==1.1.1

ENV PATH="/home/gitpod/.local/bin:/home/gitpod/.elan/bin:${PATH}"

Expand Down

0 comments on commit 8145333

Please sign in to comment.