summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-23 16:29:35 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2020-04-23 16:29:35 +0200
commit39f7ad7a6f1a52ede3602c4c721c0314c2b5fc5e (patch)
treec8ef7cb461003ed442b96f602b95a528de2bb78d /.github
parentc69006a975681c7f7d81dadba43b475aaae0c8ea (diff)
trigger CIs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 4b6c320..0792059 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -47,6 +47,7 @@ jobs:
run: |
codecov
+
macos:
runs-on: macOS-latest
strategy:
@@ -73,6 +74,7 @@ jobs:
run: |
python -m pytest -v test/ ot/ --doctest-modules --ignore ot/gpu/ --cov=ot
+
windows:
runs-on: windows-2019
strategy: