summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f30fabdf..d35fa221 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -109,6 +109,8 @@ jobs:
git config --system core.longpaths true
python -m pip install --upgrade pip
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