Try to address linting issues (#8485)

This commit is contained in:
mehrdadn
2020-05-19 10:29:17 -05:00
committed by GitHub
parent a73c488c74
commit 8da084bc54
4 changed files with 15 additions and 9 deletions
-2
View File
@@ -57,13 +57,11 @@ jobs:
BAZEL_CACHE_CREDENTIAL_B64: ${{ secrets.BAZEL_CACHE_CREDENTIAL_B64 }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#LINUX_WHEELS: 1
LINT: 1
#MAC_WHEELS: 1
RAY_DEFAULT_BUILD: 1
WINDOWS_WHEELS: 1
run: |
. ./ci/travis/ci.sh init
. ./ci/travis/ci.sh lint
. ./ci/travis/ci.sh build
. ./ci/travis/ci.sh upload_wheels || true
. ./ci/travis/ci.sh test_python