mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Install and test with the wheel, not the deprecated distutils install command.
This commit is contained in:
@@ -65,6 +65,6 @@ jobs:
|
||||
|
||||
- script: |
|
||||
python build.py bdist_wheel
|
||||
python build.py install
|
||||
python -m pip install dist/wxPython-*.whl
|
||||
python -c "import wx; print(wx.version());"
|
||||
displayName: 'build wheel and test install'
|
||||
|
||||
@@ -60,6 +60,6 @@ jobs:
|
||||
|
||||
- script: |
|
||||
python build.py bdist_wheel
|
||||
python build.py install
|
||||
python -m pip install dist/wxPython-*.whl
|
||||
python -c "import wx; print(wx.version());"
|
||||
displayName: 'build wheel and test install'
|
||||
|
||||
@@ -67,7 +67,6 @@ jobs:
|
||||
displayName: 'Install Python dependencies'
|
||||
|
||||
- bash: |
|
||||
which cl.exe
|
||||
python build.py --jobs=4 build_wx
|
||||
displayName: 'build wxWidgets'
|
||||
|
||||
@@ -81,6 +80,6 @@ jobs:
|
||||
|
||||
- bash: |
|
||||
python build.py bdist_wheel
|
||||
python build.py install
|
||||
python -m pip install dist/wxPython-*.whl
|
||||
python -c "import wx; print(wx.version());"
|
||||
displayName: 'build wheel and test install'
|
||||
|
||||
Reference in New Issue
Block a user