Skip to content

Commit 4512671

Browse files
Fix pytest version (#91)
1 parent 52c60f7 commit 4512671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ phases:
3030
- cd $CODEBUILD_SRC_DIR && chmod +x config/protoc_downloader.sh && ./config/protoc_downloader.sh
3131
- pip install --upgrade pip==19.3.1
3232
- 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
33+
- pip install -q pytest wheel pytest-html pre-commit tensorflow_datasets pytest-cov
3434
- pip install --upgrade awscli
3535

3636
pre_build:

0 commit comments

Comments
 (0)