Skip to content

Commit

Permalink
CI: Make CI compliant with current actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Oct 25, 2024
1 parent c2d0321 commit dc8a372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
run: |
python -c "import ansys.aedt.core; from ansys.aedt.core import __version__"
# TODO: Add option optional-dependencies-name once a new release is performed
unit-tests:
name: Running unit tests
needs: [smoke-tests]
Expand All @@ -96,7 +97,6 @@ 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
Expand Down

0 comments on commit dc8a372

Please sign in to comment.