Skip to content

Commit 6680b58

Browse files
Use dedicated github action
1 parent 248f0a5 commit 6680b58

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-and-test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
- name: Checkout Repository
3434
uses: actions/checkout@v2
3535
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
36-
run: |
37-
apt install -y python3-scipy
36+
uses: awalsh128/cache-apt-pkgs-action@latest
37+
with:
38+
packages: python3-scipy
39+
version: 1.0
3840
- name: Install fake precice
3941
run: |
4042
mkdir -p precice

0 commit comments

Comments
 (0)