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

Added conda environment setup step

parent 9cf62a06
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -16,6 +16,14 @@ pipeline {
        ISIS3DATA="/usgs/cpkgs/isis3/data/"
    }
    stages {
        stage('Conda') {
            steps {
                sh """
                    conda env create -n isis -f environment.yml
                    conda activate isis
                   """
            }
        }
        stage('Config') { 
            steps { 
                sh """