Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Mar 21, 2021
1 parent cab26a5 commit 94b5476
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
matrix:
python-version: [3.7]
env:
- PYTORCH_CHANNEL='pytorch' PYTORCH_VERSION='=1.7.1' COVERAGE='--cov geoopt'
- PYTORCH_CHANNEL='pytorch' PYTORCH_VERSION='=1.6.0' COVERAGE=''
- PYTORCH_CHANNEL='pytorch' PYTORCH_VERSION='=1.5.1' COVERAGE=''
- PYTORCH_CHANNEL='pytorch-nightly' PYTORCH_VERSION='' COVERAGE=''
- PYTORCH_CHANNEL='pytorch' PYTORCH_VERSION='=1.7.1'
- PYTORCH_CHANNEL='pytorch' PYTORCH_VERSION='=1.6.0'
- PYTORCH_CHANNEL='pytorch' PYTORCH_VERSION='=1.5.1'
- PYTORCH_CHANNEL='pytorch-nightly' PYTORCH_VERSION=''

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash -l {0}
run: |
export ${{ matrix.env }}
pytest -v geoopt tests --durations=0 --doctest-modules ${COVERAGE}
pytest -v geoopt tests --durations=0 --doctest-modules --cov geoopt
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 94b5476

Please sign in to comment.