Skip to content

Commit

Permalink
uodate to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 27, 2024
1 parent eee9dc6 commit f2c3a10
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 @@ -59,7 +59,7 @@ pipeline {
url: 'https://github.com/Knowledge-Graph-Hub/kg-microbe',
branch: env.BRANCH_NAME
)
sh '/usr/bin/python3.9 -m venv venv'
sh '/usr/bin/python3.10 -m venv venv'
sh '. venv/bin/activate'
sh './venv/bin/pip install .'
sh './venv/bin/pip install awscli pystache boto3 s3cmd multi-indexer'
Expand Down

0 comments on commit f2c3a10

Please sign in to comment.