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

Commit ec2db60

Browse files
committed
NumPy 1.23.0 release
1 parent ce38d93 commit ec2db60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
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=main
5+
- BUILD_COMMIT=e12270a22ae633ac9e454efca24c6f3ca531289d
66
- BUILD_DEPENDS=cython==0.29.30
77
- TEST_DEPENDS="pytest hypothesis cffi pytz"
88
# Commit when running from cron job

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pr:
1111
- main
1212

1313
variables:
14-
BUILD_COMMIT: "main"
14+
BUILD_COMMIT: e12270a22ae633ac9e454efca24c6f3ca531289d
1515

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

0 commit comments

Comments
 (0)