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

Commit 8c5fbaa

Browse files
committed
NumPy 1.20.0 release with fix.
1 parent e741bfa commit 8c5fbaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
- REPO_DIR=numpy
44
# Also see CRON_COMMIT below
5-
- BUILD_COMMIT=40a1d54edd06309ea4a092455e9154a8c31c1070
5+
- BUILD_COMMIT=fb215c76967739268de71aa4bda55dd1b062bc2e
66
- BUILD_DEPENDS=cython==0.29.21
77
- TEST_DEPENDS="pytest hypothesis cffi pytz"
88
# Commit when running from cron job

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pr:
1111
- master
1212

1313
variables:
14-
BUILD_COMMIT: 40a1d54edd06309ea4a092455e9154a8c31c1070
14+
BUILD_COMMIT: fb215c76967739268de71aa4bda55dd1b062bc2e
1515

1616
jobs:
1717
- template: azure/windows.yml

0 commit comments

Comments
 (0)