mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 13:27:08 +08:00
Make more tests run on Windows (#8553)
This commit is contained in:
@@ -19,12 +19,15 @@ jobs:
|
||||
include:
|
||||
- name: ubuntu
|
||||
os: ubuntu-16.04
|
||||
python-version: 3.6
|
||||
- name: windows
|
||||
os: windows-2019
|
||||
python-version: 3.8
|
||||
- name: macos
|
||||
os: macos-10.15
|
||||
python-version: 3.6
|
||||
env:
|
||||
PYTHON: 3.6
|
||||
PYTHON: ${{ matrix.python-version }}
|
||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||
TRAVIS_COMMIT: ${{ github.sha }}
|
||||
#TRAVIS_PULL_REQUEST is defined in the scripts to account for "false"
|
||||
|
||||
Reference in New Issue
Block a user