Skip to content

Commit 66181c0

Browse files
committed
install openblas for python 3.13rc1 #109
1 parent 44ec16e commit 66181c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
virtualenvs-create: true
5858
virtualenvs-in-project: true
5959
- name: Install libopenblas-dev
60-
if: matrix.python-version == '3.13.0-rc1'
60+
if: matrix.python-version == '3.13.0-rc.1'
6161
run: sudo apt-get install libopenblas-dev
6262
- name: Install Release Dependencies
6363
run: |

0 commit comments

Comments
 (0)