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

Commit 8472a0c

Browse files
authored
0.22.2.post1 release
0.22.2.post1 release
2 parents 67c4edc + e28cc0b commit 8472a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.22.2"
12+
BUILD_COMMIT: "0.22.2.post1"
1313
PLAT: "x86_64"
1414
NP_BUILD_DEP: "numpy==1.11.0"
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.22.2"
11+
BUILD_COMMIT: "0.22.2.post1"
1212
SKLEARN_SKIP_NETWORK_TESTS: "1"
1313
NP_BUILD_DEP: "1.11.0"
1414
CYTHON_BUILD_DEP: "0.29.14"

0 commit comments

Comments
 (0)