Skip to content

Commit 6814aed

Browse files
committed
update OpenBLAS to HEAD to not overwrite in uploads
1 parent 453c502 commit 6814aed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: "v0.3.20"
16+
OPENBLAS_COMMIT: "bfd9c1b58cd3"
1717
OPENBLAS_ROOT: "c:\\opt"
1818

1919
jobs:

.github/workflows/multibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
INTERFACE64: '1'
5353
env:
5454
REPO_DIR: OpenBLAS
55-
OPENBLAS_COMMIT: "v0.3.20"
55+
OPENBLAS_COMMIT: "bfd9c1b58cd3"
5656
MACOSX_DEPLOYMENT_TARGET: 10.9
5757
MB_PYTHON_VERSION: ${{ matrix.python-version }}
5858
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}

.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="v0.3.20"
5+
- OPENBLAS_COMMIT="bfd9c1b58cd3"
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)