diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f1f6860d..aa0be9ad8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -456,6 +456,7 @@ jobs: files: tmp/zqmr/t/coverage.xml flags: sdist_${{ matrix.name }} name: codecov_sdist_${{ matrix.name }} + version: v0.7.2 testB: needs: [bdist] @@ -549,6 +550,7 @@ jobs: files: tmp/zqmr/t/coverage.xml flags: bdist_${{ matrix.name }} name: codecov_bdist_${{ matrix.name }} + version: v0.7.2 format_clang: runs-on: ubuntu-latest