We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929a89b commit cbfc729Copy full SHA for cbfc729
.github/workflows/build-and-test.yml
@@ -37,7 +37,7 @@ jobs:
37
apt update
38
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
39
run: |
40
- apt install python3-scipy
+ apt install -y python3-scipy
41
- name: Install fake precice
42
43
mkdir -p precice
0 commit comments