Skip to content

Commit

Permalink
Merge pull request #64 from ncbo/63-jenkins-build-publish-stage-fails…
Browse files Browse the repository at this point in the history
…-due-to-missing-multi-indexer

Install multi-indexer with pip in Jenkins
  • Loading branch information
caufieldjh authored Sep 4, 2024
2 parents 9c30b8d + 8ebd78a commit 8ac39ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pipeline {
sh '/usr/bin/python3.9 -m venv venv'
sh '. venv/bin/activate'
sh './venv/bin/pip install .'
sh './venv/bin/pip install awscli boto3 s3cmd'
sh './venv/bin/pip install awscli boto3 s3cmd multi-indexer'
}
}
}
Expand Down

0 comments on commit 8ac39ef

Please sign in to comment.