Skip to content

Commit

Permalink
Removed env setup steps being handled by jenkins (#5332)
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette authored Nov 14, 2023
1 parent 702918d commit a831a22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ pipeline {
conda install -c conda-forge python=3 findutils
conda env update -f environment.yml --prune
conda activate isis
mamba install -c conda-forge git
git submodule update --init --recursive
conda list
'''
}
Expand Down

0 comments on commit a831a22

Please sign in to comment.