Skip to content

Commit de96e26

Browse files
Merge branch 'main' of https://github.com/ansys/pyansys-geometry into feat/stitch_bodies
2 parents aac1f95 + 09a60ce commit de96e26

File tree

5 files changed

+7
-61
lines changed

5 files changed

+7
-61
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Actions Security
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: ansys/actions/check-actions-security@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
62+
- uses: ansys/actions/check-actions-security@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
6363
with:
6464
generate-summary: true
6565
token: ${{ secrets.GITHUB_TOKEN }}
@@ -579,62 +579,6 @@ jobs:
579579
docker logs ${GEO_CONT_NAME}
580580
docker rm ${GEO_CONT_NAME}
581581
582-
testing-min-reqs-tracker:
583-
name: Testing with minimum requirements with tracker
584-
needs: [smoke-tests]
585-
runs-on: ubuntu-latest
586-
env:
587-
ANSRV_GEO_IMAGE_MINREQS: 'ghcr.io/ansys/geometry:core-linux-latest'
588-
strategy:
589-
fail-fast: false
590-
matrix:
591-
python-version: ['3.10', '3.13']
592-
steps:
593-
- name: Set up headless display
594-
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
595-
596-
- name: Login in Github Container registry
597-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
598-
with:
599-
registry: ghcr.io
600-
username: ${{ github.actor }}
601-
password: ${{ secrets.GITHUB_TOKEN }}
602-
603-
- name: Checkout repository
604-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
605-
with:
606-
persist-credentials: false
607-
608-
- name: Setup Python ${{ matrix.python-version }}
609-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
610-
with:
611-
python-version: ${{ matrix.python-version }}
612-
613-
- name: Install minimum requirements with tracker
614-
run: |
615-
python -m pip install --upgrade pip
616-
pip install -e .[all,tests-minimal]
617-
pip install pytest
618-
619-
- name: Start Geometry service and verify start
620-
env:
621-
TRANSPORT_MODE_SELECTION: ${{ secrets.TRANSPORT_MODE_SELECTION }}
622-
run: |
623-
docker pull ${ANSRV_GEO_IMAGE_MINREQS}
624-
docker run --detach --name ${GEO_CONT_NAME} -e LICENSE_SERVER=${ANSRV_GEO_LICENSE_SERVER} -p ${ANSRV_GEO_PORT}:50051 ${ANSRV_GEO_IMAGE_MINREQS} ${TRANSPORT_MODE_SELECTION}
625-
python -c "from ansys.geometry.core.connection.validate import validate; validate()"
626-
627-
- name: Run pytest
628-
run: |
629-
pytest -v --use-tracker=yes
630-
631-
- name: Stop the Geometry service
632-
if: always()
633-
run: |
634-
docker stop ${GEO_CONT_NAME}
635-
docker logs ${GEO_CONT_NAME}
636-
docker rm ${GEO_CONT_NAME}
637-
638582
testing-no-graphics:
639583
name: Testing with minimum requirements (no graphics)
640584
needs: [smoke-tests]

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
29+
uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
3030
with:
3131
languages: 'python'
3232
config-file: ./.github/codeql-config.yml
3333

3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
35+
uses: github/codeql-action/autobuild@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
3636

3737
# If the Autobuild fails above, remove it and uncomment the following three lines.
3838
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
@@ -42,6 +42,6 @@ jobs:
4242
# ./location_of_script_within_repo/buildscript.sh
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
45+
uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
4646
with:
4747
category: "/language:python"

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
pull-requests: write
9090
steps:
9191
- name: Suggest to add labels
92-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
92+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
9393
# Execute only when no labels have been applied to the pull request
9494
if: toJSON(github.event.pull_request.labels.*.name) == '{}'
9595
with:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove tracker testing
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the actions group with 3 updates

0 commit comments

Comments
 (0)