Skip to content

Commit cbfc729

Browse files
Update build-and-test.yml
1 parent 929a89b commit cbfc729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
apt update
3838
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
3939
run: |
40-
apt install python3-scipy
40+
apt install -y python3-scipy
4141
- name: Install fake precice
4242
run: |
4343
mkdir -p precice

0 commit comments

Comments
 (0)