mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 18:39:41 +08:00
[hotfix] Hot fix for CI linting error
This commit is contained in:
@@ -57,7 +57,8 @@ elif [[ "$LINT" == "1" ]]; then
|
||||
bash miniconda.sh -b -p $HOME/miniconda
|
||||
export PATH="$HOME/miniconda/bin:$PATH"
|
||||
# Install Python linting tools.
|
||||
pip install -q flake8 flake8-comprehensions flake8-quotes
|
||||
pip install -q flake8 flake8-comprehensions
|
||||
pip install flake8-quotes==1.0.0
|
||||
elif [[ "$LINUX_WHEELS" == "1" ]]; then
|
||||
sudo apt-get install docker
|
||||
sudo usermod -a -G docker travis
|
||||
|
||||
Reference in New Issue
Block a user