This commit is contained in:
Chi Wang (MSR)
2021-02-05 22:06:55 -08:00
parent 582eacdc79
commit 9f65066ab6

View File

@@ -39,7 +39,7 @@ jobs:
python -m pip install --upgrade pip
pip install -e .[test]
- name: If linux or max, install ray
if: matrix.os == 'macOS-latest' or 'ubuntu-latest'
if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest'
run: |
pip install -e .[ray]
- name: Lint with flake8