Fix python version

This commit is contained in:
Ibrahim Wani
2025-12-13 22:14:01 +00:00
parent 5bf72ac5e3
commit cdcaea0738

View File

@@ -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: