3030 MAIN_PYTHON_VERSION : " 3.10"
3131 PYTHON_VERSION : " 3.12"
3232 PYFLUENT_TIMEOUT_FORCE_EXIT : 30
33+ PYTEST_XDIST_AUTO_NUM_WORKERS : 4
3334 PYFLUENT_LAUNCH_CONTAINER : 1
3435 PYFLUENT_LOGGING : " DEBUG"
3536 PYFLUENT_WATCHDOG_DEBUG : " OFF"
4344 - uses : actions/checkout@v5
4445
4546 - name : Set up Python
46- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4748 with :
4849 python-version : ${{ env.MAIN_PYTHON_VERSION }}
4950
6364 contents : write
6465 pull-requests : write
6566 steps :
66- - uses : ansys/actions/doc-deploy-changelog@v10.0
67+ - uses : ansys/actions/doc-deploy-changelog@v10.1
6768 with :
6869 bot-user : ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
6970 bot-email : ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
7475 runs-on : ubuntu-latest
7576 steps :
7677 - name : Running Vale
77- uses : ansys/actions/doc-style@v10.0
78+ uses : ansys/actions/doc-style@v10.1
7879 with :
7980 token : ${{ secrets.GITHUB_TOKEN }}
8081
@@ -83,13 +84,13 @@ jobs:
8384 runs-on : ubuntu-latest
8485 steps :
8586 - name : " Run PyAnsys code style checks"
86- uses : ansys/actions/code-style@v10.0
87+ uses : ansys/actions/code-style@v10.1
8788
8889 commit-style :
8990 name : " Run commit style checks"
9091 runs-on : ubuntu-latest
9192 steps :
92- - uses : ansys/actions/check-pr-title@v10.0
93+ - uses : ansys/actions/check-pr-title@v10.1
9394 with :
9495 token : ${{ secrets.GITHUB_TOKEN }}
9596
@@ -108,7 +109,7 @@ jobs:
108109 os : macos-latest
109110 steps :
110111 - name : Build wheelhouse and perform smoke test
111- uses : ansys/actions/build-wheelhouse@v10.0
112+ uses : ansys/actions/build-wheelhouse@v10.1
112113 with :
113114 library-name : ${{ env.PACKAGE_NAME }}
114115 operating-system : ${{ matrix.os }}
@@ -140,7 +141,7 @@ jobs:
140141 - uses : actions/checkout@v5
141142
142143 - name : Setup Python
143- uses : actions/setup-python@v5
144+ uses : actions/setup-python@v6
144145 with :
145146 python-version : ${{ env.PYTHON_VERSION }}
146147
@@ -194,7 +195,7 @@ jobs:
194195
195196 - name : Login to GitHub Container Registry
196197 if : steps.cache-api-code.outputs.cache-hit != 'true'
197- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
198+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
198199 with :
199200 registry : ghcr.io
200201 username : ansys-bot
@@ -252,7 +253,7 @@ jobs:
252253 - uses : actions/checkout@v5
253254
254255 - name : Setup Python
255- uses : actions/setup-python@v5
256+ uses : actions/setup-python@v6
256257 with :
257258 python-version : ${{ env.MAIN_PYTHON_VERSION }}
258259
@@ -277,7 +278,7 @@ jobs:
277278 id : version
278279
279280 - name : Login to GitHub Container Registry
280- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
281+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
281282 with :
282283 registry : ghcr.io
283284 username : ansys-bot
@@ -496,7 +497,7 @@ jobs:
496497
497498 - name : Setup Python
498499 if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
499- uses : actions/setup-python@v5
500+ uses : actions/setup-python@v6
500501 with :
501502 python-version : ${{ env.MAIN_PYTHON_VERSION }}
502503
@@ -520,7 +521,7 @@ jobs:
520521
521522 - name : Login to GitHub Container Registry
522523 if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
523- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
524+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
524525 with :
525526 registry : ghcr.io
526527 username : ansys-bot
@@ -555,13 +556,14 @@ jobs:
555556 name : Release Testing
556557 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, 'dev')
557558 runs-on : [self-hosted, pyfluent]
558- timeout-minutes : 120
559+ env :
560+ PYTEST_XDIST_AUTO_NUM_WORKERS : 1
559561
560562 steps :
561563 - uses : actions/checkout@v5
562564
563565 - name : Setup Python
564- uses : actions/setup-python@v5
566+ uses : actions/setup-python@v6
565567 with :
566568 python-version : ${{ env.MAIN_PYTHON_VERSION }}
567569
@@ -586,7 +588,7 @@ jobs:
586588 id : version
587589
588590 - name : Login to GitHub Container Registry
589- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
591+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
590592 with :
591593 registry : ghcr.io
592594 username : ansys-bot
@@ -638,7 +640,7 @@ jobs:
638640
639641 steps :
640642 - name : Set up Python
641- uses : actions/setup-python@v5
643+ uses : actions/setup-python@v6
642644 with :
643645 python-version : ${{ env.MAIN_PYTHON_VERSION }}
644646
0 commit comments