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 4735754 commit 9551d3aCopy full SHA for 9551d3a
config/buildspec.yml
@@ -16,11 +16,12 @@ phases:
16
- sudo apt-get update
17
- sudo apt-get install unzip
18
- cd $CODEBUILD_SRC_DIR && chmod +x config/protoc_downloader.sh && ./config/protoc_downloader.sh
19
- - pip install pytest wheel pyYaml pytest-html tensorflow==1.14.0 mxnet torch xgboost
+ - pip install pytest wheel pyYaml pytest-html tensorflow==1.14.0 mxnet torch xgboost pre-commit
20
- pip uninstall -y boto3 && pip uninstall -y aiobotocore && pip uninstall -y botocore
21
22
pre_build:
23
commands:
24
+ - cd $CODEBUILD_SRC_DIR && pre-commit install && pre-commit run --all-files
25
26
build:
27
0 commit comments