diff --git a/.github/workflows/general.yaml b/.github/workflows/general.yaml index caf7022c22..2acaa74eef 100644 --- a/.github/workflows/general.yaml +++ b/.github/workflows/general.yaml @@ -40,7 +40,7 @@ jobs: - name: Test software run: hatch run +py=${{ matrix.py || matrix.python-version }} ci:test - name: Report coverage - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: frictionlessdata/frictionless-py