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

Update Jenkinsfile

parent b4de61e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ pipeline {
        stage('Config') { 
            steps { 
                sh """
                    ls ${workspace}/install/bin
                    dnf install which
                    export PATH="${PATH}:${workspace}/install/bin"
                    which catlab
                    conda env create -n isis3 -f environment.yml