Skip to content

Commit

Permalink
Fix environment activation on Gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Jan 16, 2023
1 parent df4a6bf commit 4d4701f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ tasks:
EOT
source /workspace/bin/activate-env.sh
micromamba install -n base -y -c conda-forge python=3.11 nodejs=14 yarn
source /workspace/bin/activate-env.sh
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jlpm develop
gp sync-done setup
command: |
Expand Down

0 comments on commit 4d4701f

Please sign in to comment.