Skip to content

Commit

Permalink
update Jenkinsfile to install from requirements.txt and remove requir…
Browse files Browse the repository at this point in the history
…ements_2018.txt
  • Loading branch information
YeChen-IDM committed Jan 3, 2024
1 parent 7fd1412 commit 5a66b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ podTemplate(
def curDate = sh(returnStdout: true, script: "date").trim()
echo "The current date is ${curDate}"
echo "I am installing emodpy-typhoid from github source code"
sh "pip3 install -r requirements_2018.txt --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple"
sh "pip3 install -r requirements.txt --index-url=https://packages.idmod.org/api/pypi/pypi-production/simple"
sh "pip3 list"
sh "pip3 install -e ."
sh "pip3 list"
Expand Down
4 changes: 0 additions & 4 deletions requirements_2018.txt

This file was deleted.

0 comments on commit 5a66b92

Please sign in to comment.