From 0a0353f3d82da5fef30982425ea4e38aa19d0fb4 Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Fri, 25 Oct 2024 16:24:00 +0200 Subject: [PATCH] CI: Update deps after ansys/action bump --- .github/workflows/ci_cd.yml | 1 + 1 file changed, 1 insertion(+) 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