Skip to content

Commit

Permalink
Use dedicated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg authored Jan 21, 2025
1 parent 248f0a5 commit 6680b58
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
run: |
apt install -y python3-scipy
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: python3-scipy
version: 1.0
- name: Install fake precice
run: |
mkdir -p precice
Expand Down

0 comments on commit 6680b58

Please sign in to comment.