Skip to content

Commit 66a3096

Browse files
committed
new cx_Freeze release should finally allow us to pack new delvewheel'ed scipy and matplotlib, so undo 57f2133 and pin cx_Freeze to that release
1 parent 83f8163 commit 66a3096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python:
1919
- "3.10.x"
2020
cx-freeze:
21-
- "v6.15.0"
21+
- "v6.15.1"
2222
name: "Build exe for ${{ matrix.os }}"
2323
runs-on: "${{ matrix.os }}"
2424
steps:
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: "Install cx_Freeze bootloader"
3434
run: |
35-
python -m pip install --upgrade --pre --extra-index-url https://marcelotduarte.github.io/packages/ cx_Freeze
35+
python -m pip install cx_Freeze==${{ matrix.cx-freeze }}
3636
3737
# === BUILD ===
3838

0 commit comments

Comments
 (0)