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

Update Jenkinsfile

parent 7f3e00fe
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ pipeline {
stage('Setup Environment') {
steps {
sh '''python3 -m venv env
source env/bin/activate
. env/bin/activate
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