Skip to content

Commit

Permalink
Update CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Nov 23, 2024
1 parent e733551 commit f6db6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install test dependencies
run: |
uv pip install --system .[test]
uv sync --extra test
- name: Test with pytest
run: |
pytest --cov=electrolytes
uv run pytest --cov=electrolytes --cov-report xml
- name: Upload code coverage results to Codecov
uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit f6db6b2

Please sign in to comment.