Skip to content

Commit

Permalink
CI: try fix missing pip step by separate job step
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Apr 7, 2024
1 parent a13968e commit 74b130a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,12 @@ jobs:
with:
python-version: ${{ matrix.ver.py }}

- name: Install dependencies
- name: Update pip
run: |
python -m pip install --upgrade pip
- name: Install dependencies
run: |
python -m pip install build coveralls>=3.0.0 numpy${{ matrix.ver.np }}
- name: bleeding edge
Expand Down

0 comments on commit 74b130a

Please sign in to comment.