Skip to content

Commit

Permalink
Add SciPy
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy committed Mar 19, 2023
1 parent f2ee085 commit 80e0d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade numpy mypy==1.0.1 cmake pytest pybind11 scikit-build patchelf
python -m pip install --upgrade numpy mypy==1.0.1 cmake pytest pybind11 scikit-build patchelf scipy
- name: Install pykokkos-base
run: |
cd /tmp
Expand Down

0 comments on commit 80e0d84

Please sign in to comment.