summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-06-12 18:23:51 +0200
committerGitHub <noreply@github.com>2023-06-12 18:23:51 +0200
commit6c1a7d2ec932bc5786fd96ad4e36149d9f9a30af (patch)
treef1baa6d439863c530eaec126a0f918c5fb7a2836 /.github/workflows
parentaee7e2f626574e4751f197c35268684cbf5ddee0 (diff)
wxpython version (#2360)
update windows and linux wxpython version to 4.2.1
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2bb0fe38..378c4c18 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -69,7 +69,7 @@ jobs:
python -m pip install pycairo
python -m pip install PyGObject
- python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.1.1-cp38-cp38-linux_x86_64.whl
+ python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.2.1-cp38-cp38-linux_x86_64.whl
python -m pip install -r requirements.txt
python -m pip install pyinstaller
@@ -112,7 +112,6 @@ jobs:
python -m pip install wheel
# scipy 1.9.1 is the last version to support 32-bit windows
python -m pip install scipy==1.9.1
- python -m pip install wxpython==4.1.1
python -m pip install -r requirements.txt
python -m pip install pyinstaller