From b895b22438de3556a2ce0de3ea760d8acb34c175 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Thu, 15 Apr 2021 16:14:57 +0200 Subject: [MRG] Add new python versions for tests (also macos and windows) (#237) * update python versions and add macosx bigsur * add versions macosx * remove big sur and add 3.7 in macos * disable paramell on macosx * remove double run of tests that was running both on push and pr --- .github/workflows/build_tests.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.github/workflows/build_tests.yml') diff --git a/.github/workflows/build_tests.yml b/.github/workflows/build_tests.yml index fa814ba..ad06a9d 100644 --- a/.github/workflows/build_tests.yml +++ b/.github/workflows/build_tests.yml @@ -3,8 +3,6 @@ name: build on: push: - pull_request: - create: branches: - 'master' @@ -18,7 +16,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [ 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v1 @@ -93,11 +91,11 @@ jobs: macos: - runs-on: macOS-latest + runs-on: macos-latest strategy: max-parallel: 4 matrix: - python-version: [3.7] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v1 @@ -118,12 +116,13 @@ jobs: python -m pytest -v test/ ot/ --doctest-modules --ignore ot/gpu/ --cov=ot + windows: runs-on: windows-2019 strategy: max-parallel: 4 matrix: - python-version: [3.7] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v1 -- cgit v1.2.3