Skip to content

Commit f295f8b

Browse files
committed
openblas only for mypy
1 parent 1725ec8 commit f295f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
allow-prereleases: true
5959

6060
- name: Install OpenBLAS
61-
if: runner.os == 'Linux'
61+
if: runner.os == 'Linux' && startsWith(matrix.python-version, 'pypy')
6262
run: sudo apt-get update && sudo apt-get install -y libopenblas-dev
6363

6464
- name: Install package

0 commit comments

Comments
 (0)