Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Apr 12, 2024
1 parent c74eed2 commit 1d59fe4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ jobs:
run: |
pytest --pyargs orsopy
- name: Test with coverage
run: |
coverage run -m pytest
- name: Coveralls
if: github.repository == 'reflectivity/orsopy'
run: |
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

backport:
runs-on: ubuntu-20.04
strategy:
Expand Down

0 comments on commit 1d59fe4

Please sign in to comment.