Skip to content

Commit c480111

Browse files
installation test: add test dependencies
1 parent 1e9ee71 commit c480111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jenkins_install_env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ mamba remove --name climada_env --all
44
mamba env create -f requirements/env_climada.yml --name climada_env
55

66
source activate climada_env
7+
python -m pip install -e "./[test]"
78
make install_test
89
conda deactivate

0 commit comments

Comments
 (0)