Skip to content

Commit 248f0a5

Browse files
Update build-and-test.yml
1 parent e6c7e33 commit 248f0a5

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
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v2
3535
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
3636
run: |
37-
apt install python3-scipy
37+
apt install -y python3-scipy
3838
- name: Install fake precice
3939
run: |
4040
mkdir -p precice

0 commit comments

Comments
 (0)