Skip to content

Commit

Permalink
Confirm pip uninstall numpy scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong authored Jun 25, 2024
1 parent 1ec670a commit aed3d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ 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 numpy scipy
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 aed3d25

Please sign in to comment.