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 79e28b8 commit 38c79dcCopy full SHA for 38c79dc
.github/workflows/freethreading_tests.yml
@@ -15,9 +15,13 @@ jobs:
15
enable-cache: false
16
- name: Set up Python
17
run: uv python install
18
+ - name: Install OpenBLAS
19
+ run: |
20
+ sudo apt update
21
+ sudo apt install -y libopenblas-dev
22
- name: Install Dependencies
23
run: |
- uv pip install numpy scipy pytest-timeout pytest-durations pytest-run-parallel openblas
24
+ uv pip install numpy scipy pytest-timeout pytest-durations pytest-run-parallel
25
- name: Build
26
27
uv pip install -v .
0 commit comments