Unverified Commit a831a227 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Removed env setup steps being handled by jenkins (#5332)

parent 702918d7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
                '''
            }