We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248f0a5 commit 6680b58Copy full SHA for 6680b58
.github/workflows/build-and-test.yml
@@ -33,8 +33,10 @@ jobs:
33
- name: Checkout Repository
34
uses: actions/checkout@v2
35
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
36
- run: |
37
- apt install -y python3-scipy
+ uses: awalsh128/cache-apt-pkgs-action@latest
+ with:
38
+ packages: python3-scipy
39
+ version: 1.0
40
- name: Install fake precice
41
run: |
42
mkdir -p precice
0 commit comments