We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c7e33 commit 248f0a5Copy full SHA for 248f0a5
.github/workflows/build-and-test.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v2
35
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
36
run: |
37
- apt install python3-scipy
+ apt install -y python3-scipy
38
- name: Install fake precice
39
40
mkdir -p precice
0 commit comments