Skip to content

Commit

Permalink
Replaced "Linux" with "ubuntu-latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jan 14, 2025
1 parent 6c3e348 commit 60b480e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- name: Lint with flake8
run: flake8 .
- name: Test with pytest and coverage
if: runner.os == 'Linux'
if: runner.os == 'ubuntu-latest'
run: pytest --cov=pCRscore -m "not slow"
- name: Upload coverage to Codecov
if: runner.os == 'Linux'
if: runner.os == 'ubuntu-latest'
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 60b480e

Please sign in to comment.