Skip to content

Commit

Permalink
Use 3.11 on gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 27, 2022
1 parent f224496 commit 23642ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
micromamba activate
EOT
source /workspace/bin/activate-env.sh
micromamba install -n base -y -c conda-forge python=3.10 nodejs=14 yarn
micromamba install -n base -y -c conda-forge python=3.11 nodejs=14 yarn
python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jlpm develop
gp sync-done setup
command: |
Expand Down

0 comments on commit 23642ab

Please sign in to comment.