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 d792598 commit 573b070Copy full SHA for 573b070
.github/workflows/ci_python.yml
@@ -14,6 +14,8 @@ jobs:
14
python-version: ["3.9"]
15
runs-on: ${{ matrix.os }}
16
steps:
17
+ - name: Install OpenBLAS
18
+ run: sudo apt install libopenblas-dev
19
- uses: actions/checkout@v3
20
- name: Set up Python ${{ matrix.python-version }}
21
uses: actions/setup-python@v2
0 commit comments