Skip to content

Commit 66e4ca3

Browse files
author
Nikhil Raverkar
committed
upgrading sklearn to 1.0.2
1 parent b988c72 commit 66e4ca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ If you want to run local integration tests, then use:
174174

175175
# Required arguments for integration tests are found in test/conftest.py
176176

177-
pytest test/integration/local --docker-base-name <your_docker_image> \
177+
pytest test/integration --docker-base-name <your_docker_image> \
178178
--tag <your_docker_image_tag> \
179179
--py-version <2_or_3> \
180180
--framework-version <Scikit-learn_version>
@@ -183,8 +183,8 @@ If you want to run local integration tests, then use:
183183
.. parsed-literal::
184184
185185
# Example
186-
pytest test/integration/local --docker-base-name preprod-sklearn ``\``
187-
--tag 1.0 ``\``
186+
pytest test/integration --docker-base-name preprod-sklearn ``\``
187+
--tag 1.0-1-cpu-py3 ``\``
188188
--py-version 3 ``\``
189189
--framework-version |FRAMEWORK_VERSION|
190190

0 commit comments

Comments
 (0)