Skip to content

Commit

Permalink
Merge pull request #205 from Ableton/anz/fix-python-version
Browse files Browse the repository at this point in the history
Trim Python version read from .python-version
  • Loading branch information
anz-ableton authored Nov 26, 2024
2 parents 4443991 + 6cbddd2 commit cd829b8
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 @@ -6,7 +6,7 @@ library(identifier: '[email protected]', changelog: false)
devToolsProject.run(
defaultBranch: 'main',
setup: { data ->
Object venv = pyenv.createVirtualEnv(readFile('.python-version'))
Object venv = pyenv.createVirtualEnv(readFile('.python-version').trim())
venv.inside {
sh 'pip install -r requirements-dev.txt'
ansibleUtils.galaxyInstall()
Expand Down

0 comments on commit cd829b8

Please sign in to comment.