diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22ab697..3130a83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: with: { python-version: ">=3.9" } - run: pip install ".[raster,test]" -vv - run: pytest -vv - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} verbose: true @@ -84,7 +84,7 @@ jobs: steps: - uses: actions/checkout@v4 with: { fetch-depth: 0, submodules: true } - - uses: pypa/cibuildwheel@v2.21.1 + - uses: pypa/cibuildwheel@v2.21.3 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_TEST_REQUIRES: pytest>=6 pytest-cov>=3