Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Install esbonio using conda
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed May 13, 2022
1 parent 67c74f2 commit f56a535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ tasks:
mamba env create --file src/environment-dev.yml --prefix venv
conda config --append envs_dirs /workspace/sagetrac-mirror
conda activate /workspace/sagetrac-mirror/venv
## Install esbonio via pip as long as there is no conda package for it: https://github.com/swyddfa/esbonio/issues/371
pip install esbonio
# Build sage
./bootstrap
Expand Down
1 change: 1 addition & 0 deletions bootstrap-conda
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ echo " # Additional dev tools" >> src/environment-dev.yml
echo " - openssh" >> src/environment-dev.yml
echo " - pycodestyle" >> src/environment-dev.yml
echo " - pytest" >> src/environment-dev.yml
echo " - esbonio" >> src/environment-dev.yml

cp environment.yml environment-optional.yml
echo " # optional packages" >> environment-optional.yml
Expand Down

0 comments on commit f56a535

Please sign in to comment.