Skip to content

Commit

Permalink
build action: test unpinned scipy version with latest cxFreeze
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnieho committed Oct 1, 2024
1 parent e8ad332 commit cae32c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python:
- "3.10.x"
cx-freeze:
- "v7.1.0-post0"
- "v7.2.2"
name: "Build exe for ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
steps:
Expand All @@ -41,10 +41,9 @@ jobs:
with:
path: "./src/"

- name: "Install requirements" # N.B.: First install a pinned SciPy version that is known to package correctly with cx_Freeze
- name: "Install requirements"
run: |
cd ./src/
python -m pip install -U scipy==1.11.3
python -m pip install -U -r ./requirements.txt
- name: "Build"
Expand Down

0 comments on commit cae32c7

Please sign in to comment.