Skip to content

Commit

Permalink
add early install of numpy and cython
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed Jun 26, 2024
1 parent 14d0017 commit e8d6925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pip install --upgrade pip

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

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

0 comments on commit e8d6925

Please sign in to comment.