Skip to content

Commit

Permalink
add early install of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 26, 2024
1 parent 70cd332 commit 14d0017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Upgrading pip
run: pip install --upgrade pip

# - name: Install deps
# run: pip install cython numpy
- name: Install deps
run: pip install numpy

- name: Installing package
run: pip install -e .
Expand Down

0 comments on commit 14d0017

Please sign in to comment.