Skip to content

Commit 0b61634

Browse files
committed
Fix environment activation on Gitpod
1 parent 534b6f6 commit 0b61634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ tasks:
2323
EOT
2424
source /workspace/bin/activate-env.sh
2525
micromamba install -n base -y -c conda-forge python=3.11 nodejs=14 yarn
26+
source /workspace/bin/activate-env.sh
2627
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jlpm develop
2728
gp sync-done setup
2829
command: |

0 commit comments

Comments
 (0)