File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ If you want to run local integration tests, then use:
174
174
175
175
# Required arguments for integration tests are found in test/conftest.py
176
176
177
- pytest test/integration/local --docker-base-name <your_docker_image> \
177
+ pytest test/integration --docker-base-name <your_docker_image> \
178
178
--tag <your_docker_image_tag> \
179
179
--py-version <2_or_3> \
180
180
--framework-version <Scikit-learn_version>
@@ -183,8 +183,8 @@ If you want to run local integration tests, then use:
183
183
.. parsed-literal ::
184
184
185
185
# 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 ``\ ``
188
188
--py-version 3 ``\ ``
189
189
--framework-version |FRAMEWORK_VERSION |
190
190
You can’t perform that action at this time.
0 commit comments