Skip to content

Commit 1725ec8

Browse files
committed
add openblas scipy on pypy
1 parent 0237e04 commit 1725ec8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
python-version: ${{ matrix.python-version }}
5858
allow-prereleases: true
5959

60+
- name: Install OpenBLAS
61+
if: runner.os == 'Linux'
62+
run: sudo apt-get update && sudo apt-get install -y libopenblas-dev
63+
6064
- name: Install package
6165
run: python -m pip install .[test]
6266

0 commit comments

Comments
 (0)