We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1725ec8 commit f295f8bCopy full SHA for f295f8b
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
allow-prereleases: true
59
60
- name: Install OpenBLAS
61
- if: runner.os == 'Linux'
+ if: runner.os == 'Linux' && startsWith(matrix.python-version, 'pypy')
62
run: sudo apt-get update && sudo apt-get install -y libopenblas-dev
63
64
- name: Install package
0 commit comments