summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-23 13:05:04 +0200
committerGitHub <noreply@github.com>2020-04-23 13:05:04 +0200
commit8ba9e473989e6ac1b4268f6474d74a6d9e0da84b (patch)
tree2d29db3eceb3f5c6e7e16fb240eaa31b29e5c89b /.github
parentfc8d9d9714e15280b5cfc27ac1190cda3b57966f (diff)
parentef12867f1425ee86b3cfddef4287b52d46114e83 (diff)
Merge branch 'master' into rm_travis
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml48
1 files changed, 24 insertions, 24 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index c916647..311c283 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -47,31 +47,31 @@ jobs:
run: |
codecov
- # macos:
- # runs-on: macOS-latest
- # strategy:
- # max-parallel: 4
- # matrix:
- # python-version: [3.7]
+ macos:
+ runs-on: macOS-latest
+ strategy:
+ max-parallel: 4
+ matrix:
+ python-version: [3.7]
- # steps:
- # - uses: actions/checkout@v1
- # - name: Set up Python ${{ matrix.python-version }}
- # uses: actions/setup-python@v1
- # with:
- # python-version: ${{ matrix.python-version }}
- # - name: Install dependencies
- # run: |
- # python -m pip install --upgrade pip
- # pip install -r requirements.txt
- # pip install pytest "pytest-cov<2.6"
- # pip install -U "sklearn"
- # - name: Install POT
- # run: |
- # pip install -e .
- # - name: Run tests
- # run: |
- # python -m pytest -v test/ ot/ --doctest-modules --ignore ot/gpu/ --cov=ot
+ steps:
+ - uses: actions/checkout@v1
+ - name: Set up Python ${{ matrix.python-version }}
+ uses: actions/setup-python@v1
+ with:
+ python-version: ${{ matrix.python-version }}
+ - name: Install dependencies
+ run: |
+ python -m pip install --upgrade pip
+ pip install -r requirements.txt
+ pip install pytest "pytest-cov<2.6"
+ pip install -U "sklearn"
+ - name: Install POT
+ run: |
+ pip install -e .
+ - name: Run tests
+ run: |
+ python -m pytest -v test/ ot/ --doctest-modules --ignore ot/gpu/ --cov=ot
windows: