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 52c60f7 commit 4512671Copy full SHA for 4512671
config/buildspec.yml
@@ -30,7 +30,7 @@ phases:
30
- cd $CODEBUILD_SRC_DIR && chmod +x config/protoc_downloader.sh && ./config/protoc_downloader.sh
31
- pip install --upgrade pip==19.3.1
32
- if [ "$run_pytest_xgboost" = "enable" ]; then pip install --upgrade pyYaml==5.1; else pip install -q pyYaml; fi
33
- - pip install -q pytest==5.3.3 wheel pytest-html pre-commit tensorflow_datasets pytest-cov
+ - pip install -q pytest wheel pytest-html pre-commit tensorflow_datasets pytest-cov
34
- pip install --upgrade awscli
35
36
pre_build:
0 commit comments