Skip to content

Commit

Permalink
DLL issues on Windows, downgrading scipy to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Aug 21, 2023
1 parent b8ac3c6 commit 68dc08a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build macOS

on:
push:
branches: [master,update]
branches: [master]
pull_request:
branches:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Ubuntu

on:
push:
branches: [master,update]
branches: [master]
pull_request:
branches:
- '*'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
pip install matplotlib==3.3.4
pip install -e git+https://github.com/dbouget/raidionics_rads_lib.git@update#egg=raidionicsrads
pip install -r assets/requirements.txt
pip install scipy==1.9.3
- name: Build software
run: |
Expand Down

0 comments on commit 68dc08a

Please sign in to comment.