Skip to content

Commit d16967f

Browse files
authored
Merge pull request #392 from AllenInstitute/dev
install cython before nump
2 parents 34762dc + 960ff48 commit d16967f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pip install --upgrade pip
3333

3434
- name: Install deps
35-
run: pip install numpy cython
35+
run: pip install cython numpy
3636

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

0 commit comments

Comments
 (0)