We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310e887 commit 2419d2cCopy full SHA for 2419d2c
.github/workflows/build-and-test.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v2
35
- name: Update list of available packages for apt
36
run: |
37
- sudo apt update
+ apt update
38
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
39
uses: awalsh128/cache-apt-pkgs-action@latest
40
with:
0 commit comments