mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
Try to address linting issues (#8485)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user