mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 22:58:17 -05:00
Fix python version
This commit is contained in:
@@ -243,7 +243,7 @@ jobs:
|
||||
workingDirectory: $(Agent.BuildDirectory)/s/python
|
||||
script: |
|
||||
pip install build scikit-build-core
|
||||
python -m build
|
||||
python3 -m build
|
||||
- task: Bash@3
|
||||
displayName: 'Test Pip Install and Import'
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user