Skip to content

Commit bcc4a14

Browse files
committed
use OpenBLAS after PR2924 which exports symbols
1 parent 7384cbc commit bcc4a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
branches: [ master ]
1414

1515
env:
16-
OPENBLAS_COMMIT: "14b1d339331d"
16+
OPENBLAS_COMMIT: "4ad33c46b0c"
1717
OPENBLAS_ROOT: "c:\\opt"
1818

1919
jobs:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
# The archive that gets built has name from ``git describe`` on this
44
# commit.
5-
- OPENBLAS_COMMIT=14b1d339331d
5+
- OPENBLAS_COMMIT=4ad33c46b0c
66
- REPO_DIR=OpenBLAS
77
# Following generated with:
88
# travis encrypt -r MacPython/openblas-libs OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN=<secret token value>

0 commit comments

Comments
 (0)