Skip to content

Commit 929a89b

Browse files
Use apt instead of github action
`awalsh128/cache-apt-pkgs-action@latest` requires `sudo`
1 parent 2419d2c commit 929a89b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ jobs:
3636
run: |
3737
apt update
3838
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
39-
uses: awalsh128/cache-apt-pkgs-action@latest
40-
with:
41-
packages: python3-scipy
42-
version: 1.0
39+
run: |
40+
apt install python3-scipy
4341
- name: Install fake precice
4442
run: |
4543
mkdir -p precice

0 commit comments

Comments
 (0)