Skip to content

Commit

Permalink
Fix build error for nightly pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani committed Jan 23, 2024
1 parent 86c378a commit 811bf78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ steps:
- task: PythonScript@0
displayName: 'Set Python manylinux variables'
inputs:
pythonInterpreter: /usr/bin/python3
scriptSource: inline
script: |
version = "$(PythonVersion)"
Expand Down

0 comments on commit 811bf78

Please sign in to comment.