File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ cd $CODEBUILD_SRC_DIR
8
8
if [ " $SMDEBUG_S3_BINARY " ]; then
9
9
mkdir -p s3_pip_binary
10
10
aws s3 cp " $SMDEBUG_S3_BINARY " s3_pip_binary
11
- pip install --force-reinstall -- upgrade s3_pip_binary/* .whl
11
+ pip install --upgrade s3_pip_binary/* .whl
12
12
else
13
13
python setup.py bdist_wheel --universal && pip install --upgrade --force-reinstall dist/* .whl
14
14
fi
@@ -19,7 +19,12 @@ if [ "$run_pytest_mxnet" == 'enable' ]; then
19
19
fi
20
20
if [ " $run_pytest_tensorflow " == ' enable' ]; then
21
21
./config/check_smdebug_install.sh tensorflow
22
+ pip install tensorflow_datasets
22
23
fi
23
24
if [ " $run_pytest_pytorch " == ' enable' ]; then
24
25
./config/check_smdebug_install.sh torch
25
26
fi
27
+ if [ " $run_pytest_xgboost " == ' enable' ]; then
28
+ ./config/check_smdebug_install.sh xgboost
29
+ pip install --ignore-installed PyYAML
30
+ fi
You can’t perform that action at this time.
0 commit comments