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

Commit f56a535

Browse files
committed
Install esbonio using conda
1 parent 67c74f2 commit f56a535

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitpod.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ tasks:
1111
mamba env create --file src/environment-dev.yml --prefix venv
1212
conda config --append envs_dirs /workspace/sagetrac-mirror
1313
conda activate /workspace/sagetrac-mirror/venv
14-
## Install esbonio via pip as long as there is no conda package for it: https://github.com/swyddfa/esbonio/issues/371
15-
pip install esbonio
1614
1715
# Build sage
1816
./bootstrap

bootstrap-conda

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ echo " # Additional dev tools" >> src/environment-dev.yml
6565
echo " - openssh" >> src/environment-dev.yml
6666
echo " - pycodestyle" >> src/environment-dev.yml
6767
echo " - pytest" >> src/environment-dev.yml
68+
echo " - esbonio" >> src/environment-dev.yml
6869

6970
cp environment.yml environment-optional.yml
7071
echo " # optional packages" >> environment-optional.yml

0 commit comments

Comments
 (0)