Skip to content

Commit

Permalink
Merge branch 'main' into create_documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored Feb 2, 2024
2 parents dd0d5b4 + c37c69f commit 1c203f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: "Upload coverage report to codecov"
if: ${{ matrix.python-version == env.MAIN_PYTHON_VERSION }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: .cov/total.xml
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tests = [
"flask",
]
doc = [
"ansys-sphinx-theme==0.13.1",
"ansys-sphinx-theme==0.13.2",
"numpydoc==1.6.0",
"recommonmark==0.7.1",
"sphinx==7.2.6",
Expand Down

0 comments on commit 1c203f5

Please sign in to comment.