Skip to content

Commit

Permalink
Manually install scipy
Browse files Browse the repository at this point in the history
Note that this approach is problematic. Ideally the python package should define the dependency on scipy on its own and the installation of scipy should happen automatically.
  • Loading branch information
BenjaminRodenberg authored Jan 21, 2025
1 parent e9fbeb3 commit e6c7e33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install scipy (see https://github.com/precice/fenics-adapter/issues/189)
run: |
apt install python3-scipy
- name: Install fake precice
run: |
mkdir -p precice
Expand Down

0 comments on commit e6c7e33

Please sign in to comment.