File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 - name : Install Python
5151 uses : actions/setup-python@v4
5252 with :
53- python-version : ' 3.11 '
53+ python-version : ' 3.12 '
5454 architecture : ' x64'
5555 - uses : actions/download-artifact@v4
5656 with :
Original file line number Diff line number Diff line change 2323 micromamba activate
2424 EOT
2525 source /workspace/bin/activate-env.sh
26- micromamba install -n base -y python=3.11 nodejs=14 jupyterlab=4 yarn
26+ micromamba install -n base -y python=3.12 nodejs=14 jupyterlab=4 yarn
2727 python -m pip install -e ".[dev,test]" && jlpm && jlpm run build && jupyter labextension develop . --overwrite
2828 gp sync-done setup
2929 command : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33- conda-forge
44dependencies :
55- python-build
6- - python=3.11
6+ - python=3.12
77- pip
88- mamba
99- pydata-sphinx-theme
You can’t perform that action at this time.
0 commit comments