Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 90ba598

Browse files
committed
Use commit after fix for linux 32 openblas architecture discovery
1 parent ce3a9fb commit 90ba598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
1111
REPO_DIR: "numpy"
12-
BUILD_COMMIT: 'v1.18.3'
12+
BUILD_COMMIT: 'f1be9e50ff' # needed for 32 bit builds, should become 1.18.4
1313
PLAT: "x86_64"
1414
CYTHON_BUILD_DEP: "cython==0.29.16"
1515
NIGHTLY_BUILD_COMMIT: "master"

0 commit comments

Comments
 (0)