Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wxWidgets/Phoenix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f68771573281a84f8c8bd3babdb5322117526231
Choose a base ref
..
head repository: wxWidgets/Phoenix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7442197fcab1380db42bfb839829b1ac1189b6d2
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 .github/workflows/ci-build.yml
2 changes: 0 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -209,11 +209,9 @@ jobs:
cd dist
pip install wxPython-*.whl
python -c "import wx; print(wx); print(wx.version()); print(wx.PlatformInfo)"
pip uninstall --yes wxPython
- name: Run unittests
run: |
mv wx _wx
python build.py test
- name: Save wheel as job artifact