diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fe7419..0a518f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - run: uv run --no-dev --group=test pytest - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }}