diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index f03b8a1cbb7..951bc48b2c8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -97,6 +97,7 @@ jobs: pytest-markers: -m unit pytest-extra-args: ${{ env.PYTEST_ARGUMENTS }} python-version: ${{ env.MAIN_PYTHON_VERSION }} + optional-dependencies-name: unit-tests - name: Upload coverage to Codecov uses: codecov/codecov-action@v4