Skip to content

Commit 3c54792

Browse files
jenkins install_env.sh : freeze python to 3.11 (necessary after including python in env file)
1 parent 69a555e commit 3c54792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/jenkins/install_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
mamba env remove -n climada_env -y
44
mamba create -n climada_env python=3.11 -y
5-
mamba env update -n climada_env -f requirements/env_climada.yml
5+
mamba install -n climada_env -f requirements/env_climada.yml python=3.11 -y
66

77
source activate climada_env
88
python -m pip install -e "./[dev]"

0 commit comments

Comments
 (0)