Skip to content

Commit

Permalink
CI: try fix missing pip step
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Apr 7, 2024
1 parent b3b4fb5 commit a13968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build coveralls>=3.0.0 "numpy${{ matrix.ver.np }}"
python -m pip install build coveralls>=3.0.0 numpy${{ matrix.ver.np }}
- name: bleeding edge
if: matrix.ver.np == '>=2.0.0rc1'
Expand Down

0 comments on commit a13968e

Please sign in to comment.