Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-oreilly authored Jan 29, 2025
1 parent 5383b2f commit e549adb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
pip install codespell
codespell codespell src/**/*.py
Test:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -60,6 +58,7 @@ jobs:

- name: Test Pipeline
run: |
pip install coverage
coverage run -m pytest
- name: Upload coverage to codecov (Only do this for the ubuntu-latest job)
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit e549adb

Please sign in to comment.