Skip to content

Commit e6c7e33

Browse files
Manually install scipy
Note that this approach is problematic. Ideally the python package should define the dependency on scipy on its own and the installation of scipy should happen automatically.
1 parent e9fbeb3 commit e6c7e33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
steps:
3333
- name: Checkout Repository
3434
uses: actions/checkout@v2
35+
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
36+
run: |
37+
apt install python3-scipy
3538
- name: Install fake precice
3639
run: |
3740
mkdir -p precice

0 commit comments

Comments
 (0)