Skip to content

Commit

Permalink
Merge branch 'main' into maint/ci-cd-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair authored Nov 6, 2024
2 parents 4ab165d + 66e8dd8 commit 2e50146
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
pytest-extra-args: '-s --junitxml remote_results${{ env.MAIN_PYTHON_VERSION}}.xml'

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/remote_results*.xml'
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
retention-days: 7

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/test_results*.xml'
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
retention-days: 7

- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/test_results*.xml'
Expand Down Expand Up @@ -474,7 +474,7 @@ jobs:
fi
- name: Publish Launch Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/launch_test_results*.xml'
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/966.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump mikepenz/action-junit-report from 4 to 5
1 change: 1 addition & 0 deletions doc/changelog.d/967.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump grpcio from 1.67.0 to 1.67.1 in the core group
1 change: 1 addition & 0 deletions doc/changelog.d/968.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the doc group with 2 updates
1 change: 1 addition & 0 deletions doc/changelog.d/969.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump pytest-cov from 5.0.0 to 6.0.0
1 change: 1 addition & 0 deletions doc/changelog.d/971.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update docs build action container
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ Changelog = "https://mechanical.docs.pyansys.com/version/stable/changelog.html"
[project.optional-dependencies]
tests = [
"pytest==8.3.3",
"pytest-cov==5.0.0",
"pytest-cov==6.0.0",
"pytest-print==1.0.2",
"psutil==6.1.0"
]
doc = [
"sphinx==8.1.3",
"ansys-sphinx-theme[autoapi]==1.1.7",
"grpcio==1.67.0",
"ansys-sphinx-theme[autoapi]==1.2.0",
"grpcio==1.67.1",
"imageio-ffmpeg==0.5.1",
"imageio==2.36.0",
"jupyter_sphinx==0.5.3",
"jupyterlab>=3.2.8",
"matplotlib==3.9.2",
"numpy==2.1.2",
"numpy==2.1.3",
"numpydoc==1.8.0",
"pandas==2.2.3",
"panel==1.5.3",
Expand Down

0 comments on commit 2e50146

Please sign in to comment.