Unverified Commit fa4378e8 authored by Christopher Ryan Combs Jr's avatar Christopher Ryan Combs Jr Committed by GitHub
Browse files

change conda call to source

parent 4df416f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ pipeline {
            steps {
                sh """
                    conda env create -n isis -f environment.yml
                    conda activate isis
                    source activate isis
                   """
            }
        }