Skip to content

Commit

Permalink
add scipy installation to GA
Browse files Browse the repository at this point in the history
  • Loading branch information
jirigav committed Jul 3, 2024
1 parent 935bc30 commit 2f5fa18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
toolchain: stable
components: rustfmt, clippy

- name: Set up Python
uses: actions/setup-python@v5
with:
python-varsion: '3.x'

- name: Install SciPy
run: python -m pip install scipy

- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 2f5fa18

Please sign in to comment.