Skip to content

Commit

Permalink
fix build by installing numpy and cython
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeene committed May 24, 2024
1 parent 0f752aa commit a327d55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Upgrading pip
run: pip install --upgrade pip

- name: Install deps
run: pip install numpy cython

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

Expand Down

0 comments on commit a327d55

Please sign in to comment.