Skip to content

Commit e7049aa

Browse files
sayanshaw24Sayan Shaw
andauthored
Fix LinuxPyDbg in CI Pipeline (#979)
* make python version explicit for linuxpydbg * enable download from registry * add pyreadline3 to requirements-dev.txt --------- Co-authored-by: Sayan Shaw <sayanshaw@microsoft.com>
1 parent a358765 commit e7049aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ stages:
121121
steps:
122122
- task: UsePythonVersion@0
123123
inputs:
124-
versionSpec: '3.x'
125-
disableDownloadFromRegistry: true
124+
versionSpec: '3.10'
126125
addToPath: true
127126
architecture: 'x64'
128127

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pyreadline3
12
pytest
23
numpy < 2.0.0
34
onnx >=1.9.0

0 commit comments

Comments
 (0)