diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f4e25a65d9..eccacac588 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -22,7 +22,7 @@ jobs: hatch run cov:integration - name: Coverage run: | - pip install codecov + pip install codecov coverage[toml] codecov integration_check: # This job does nothing and is only used for the branch protection diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index bb6145f534..d5c17ce48d 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -48,7 +48,7 @@ jobs: run: hatch run cov:nowarn -s || hatch run cov:nowarn --lf - name: Coverage run: | - pip install codecov + pip install codecov coverage[toml] codecov pre_commit: