Skip to content
Snippets Groups Projects
Commit abbcf30b authored by James Graham's avatar James Graham
Browse files

Update Jenkinsfile

parent 7f3e00fe
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ pipeline { ...@@ -4,7 +4,7 @@ pipeline {
stage('Setup Environment') { stage('Setup Environment') {
steps { steps {
sh '''python3 -m venv env sh '''python3 -m venv env
source env/bin/activate . env/bin/activate
pip install -e .[full]''' pip install -e .[full]'''
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment