Skip to content

Commit

Permalink
Remove pip uninstall numpy scipy from python-package
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong authored Jun 25, 2024
1 parent a4740d4 commit 0d784a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
python${{ matrix.versions.python }} -m pip install numpy==${{ matrix.versions.numpy }} scipy==${{ matrix.versions.scipy }}
python${{ matrix.versions.python }} setup.py build_ext -j${{ steps.cpu-cores.outputs.count }}
python${{ matrix.versions.python }} -m pip install -e .[tests]
python${{ matrix.versions.python }} -m pip uninstall -y numpy scipy
python${{ matrix.versions.python }} -m pip install numpy==${{ matrix.versions.numpy }} scipy==${{ matrix.versions.scipy }}
- name: Display numpy version
Expand Down

0 comments on commit 0d784a9

Please sign in to comment.