Skip to content

Commit 38c79dc

Browse files
committed
CI: Get openblas natively
1 parent 79e28b8 commit 38c79dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/freethreading_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ jobs:
1515
enable-cache: false
1616
- name: Set up Python
1717
run: uv python install
18+
- name: Install OpenBLAS
19+
run: |
20+
sudo apt update
21+
sudo apt install -y libopenblas-dev
1822
- name: Install Dependencies
1923
run: |
20-
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
2125
- name: Build
2226
run: |
2327
uv pip install -v .

0 commit comments

Comments
 (0)