Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit fe11723

Browse files
committed
Revert "test rc release"
This reverts commit aefde33.
1 parent aefde33 commit fe11723

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
1111
REPO_DIR: "scikit-learn"
12-
BUILD_COMMIT: "0.23.0rc1"
12+
BUILD_COMMIT: "0.23.X"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.13.3"
1515
CYTHON_BUILD_DEP: "cython==0.29.14"

azure/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pool:
99
vmImage: ${{ parameters.vmImage }}
1010
variables:
11-
BUILD_COMMIT: "0.23.0rc1"
11+
BUILD_COMMIT: "0.23.X"
1212
SKLEARN_SKIP_NETWORK_TESTS: "1"
1313
NP_BUILD_DEP: "1.13.3"
1414
CYTHON_BUILD_DEP: "0.29.14"

0 commit comments

Comments
 (0)