Skip to content

Commit

Permalink
Install scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jun 8, 2024
1 parent 9f1bd69 commit 73c79d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
run: |
pip -v install -r ./python/build-requirements.txt
pip -v install --config-settings=build-dir="build-${{ matrix.run_mode }}" --config-settings=install.strip=false --config-settings=cmake.build-type="${{ matrix.run_mode }}" --no-build-isolation ./python/
pip install scipy
- name: Check formatting
if: always()
Expand All @@ -126,7 +127,7 @@ jobs:
- name: Run mypy checks
run: |
pip3 install mypy
pip install mypy
cd python
mypy . --exclude=build
Expand Down

0 comments on commit 73c79d9

Please sign in to comment.