We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4f4e6 commit 6411f91Copy full SHA for 6411f91
config/buildspec.yml
@@ -6,7 +6,11 @@ env:
6
run_pytest_pytorch: "enable"
7
run_pytest_mxnet: "enable"
8
run_pytest_tensorflow: "enable"
9
- run_pytest_xgboost: "disable"
+ run_pytest_xgboost: "enable"
10
+ run_integration_pytest_pytorch: "enable"
11
+ run_integration_pytest_mxnet: "enable"
12
+ run_integration_pytest_tensorflow: "enable"
13
+ run_integration_pytest_xgboost: "disable"
14
phases:
15
install:
16
commands:
0 commit comments