Skip to content

Commit

Permalink
update to eman-deps 11.3 except online CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowwalkersb committed May 25, 2018
1 parent ba1b3b6 commit ea11b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -117,7 +117,7 @@ pipeline {
}

steps {
sh 'source $(conda info --root)/bin/activate eman-deps-11.2 && bash ci_support/build_no_recipe.sh'
sh 'source $(conda info --root)/bin/activate eman-deps-11.3 && bash ci_support/build_no_recipe.sh'
}
}

Expand Down
2 changes: 1 addition & 1 deletion ci_support/post-install-actions.sh
Expand Up @@ -5,7 +5,7 @@ source ${PREFIX}/bin/activate
conda info -a
conda list

conda install eman-deps=11.2 -c cryoem -c defaults -c conda-forge -y
conda install eman-deps=11.3 -c cryoem -c defaults -c conda-forge -y

cat <<EOF
Expand Down

0 comments on commit ea11b6a

Please sign in to comment.