Skip to content

Commit 8770b05

Browse files
Merge branch 'main' of https://github.com/ansys/pyansys-geometry into feat/nurbs_surface_body_creation
2 parents dd66488 + aaac27c commit 8770b05

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+794
-316
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pip install .[tests]
7171
7272
- name: Login to GitHub Container Registry
73-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
73+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.actor }}

.github/workflows/ci_cd.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: write
4040
pull-requests: write
4141
steps:
42-
- uses: ansys/actions/doc-deploy-changelog@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
42+
- uses: ansys/actions/doc-deploy-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
4343
with:
4444
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4545
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -49,7 +49,7 @@ jobs:
4949
name: Vulnerabilities
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: ansys/actions/check-vulnerabilities@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
52+
- uses: ansys/actions/check-vulnerabilities@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
5353
with:
5454
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5555
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: Check commit name
65-
uses: ansys/actions/check-pr-title@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
65+
uses: ansys/actions/check-pr-title@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
6666
with:
6767
token: ${{ secrets.GITHUB_TOKEN }}
6868

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: PyAnsys documentation style checks
74-
uses: ansys/actions/doc-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
74+
uses: ansys/actions/doc-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
7575
with:
7676
token: ${{ secrets.GITHUB_TOKEN }}
7777

@@ -90,7 +90,7 @@ jobs:
9090
os: macos-latest
9191
steps:
9292
- name: Build wheelhouse and perform smoke test
93-
uses: ansys/actions/build-wheelhouse@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
93+
uses: ansys/actions/build-wheelhouse@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
9494
with:
9595
library-name: ${{ env.PACKAGE_NAME }}
9696
operating-system: ${{ matrix.os }}
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: PyAnsys documentation style checks
105-
uses: ansys/actions/docker-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
105+
uses: ansys/actions/docker-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
106106
with:
107107
directory: docker
108108
recursive: true
@@ -126,7 +126,7 @@ jobs:
126126
service-name: "Linux Core Service"
127127
steps:
128128
- name: Login to GitHub Container Registry
129-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
129+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
130130
with:
131131
registry: ghcr.io
132132
username: ${{ github.actor }}
@@ -224,7 +224,7 @@ jobs:
224224
225225
- name: Login to GitHub Container Registry
226226
if: env.SKIP_UNSTABLE == 'false'
227-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
227+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
228228
with:
229229
registry: ghcr.io
230230
username: ${{ github.actor }}
@@ -334,7 +334,7 @@ jobs:
334334
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
335335

336336
- name: Login to GitHub Container Registry
337-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
337+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
338338
with:
339339
registry: ghcr.io
340340
username: ${{ github.actor }}
@@ -346,7 +346,7 @@ jobs:
346346
docker run --detach --name ${{ env.GEO_CONT_NAME }} -e LICENSE_SERVER=${{ env.ANSRV_GEO_LICENSE_SERVER }} -p ${{ env.ANSRV_GEO_PORT }}:50051 ${{ env.ANSRV_GEO_IMAGE_DOCS_TAG }} ${{ secrets.TRANSPORT_MODE_SELECTION }}
347347
348348
- name: Run Ansys documentation building action
349-
uses: ansys/actions/doc-build@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
349+
uses: ansys/actions/doc-build@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
350350
with:
351351
python-version: ${{ env.MAIN_PYTHON_VERSION }}
352352
add-pdf-html-docs-as-assets: true
@@ -406,7 +406,7 @@ jobs:
406406

407407
- name: Login in Github Container registry
408408
if: env.SKIP_UNSTABLE == 'false'
409-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
409+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
410410
with:
411411
registry: ghcr.io
412412
username: ${{ github.actor }}
@@ -432,7 +432,7 @@ jobs:
432432

433433
- name: Run pytest
434434
if: env.SKIP_UNSTABLE == 'false'
435-
uses: ansys/actions/tests-pytest@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
435+
uses: ansys/actions/tests-pytest@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
436436
env:
437437
ALLOW_PLOTTING: true
438438
with:
@@ -489,7 +489,7 @@ jobs:
489489
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
490490

491491
- name: Login in Github Container registry
492-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
492+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
493493
with:
494494
registry: ghcr.io
495495
username: ${{ github.actor }}
@@ -541,7 +541,7 @@ jobs:
541541
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
542542

543543
- name: Login in Github Container registry
544-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
544+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
545545
with:
546546
registry: ghcr.io
547547
username: ${{ github.actor }}
@@ -590,7 +590,7 @@ jobs:
590590
python-version: ['3.10', '3.13']
591591
steps:
592592
- name: Login in Github Container registry
593-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
593+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
594594
with:
595595
registry: ghcr.io
596596
username: ${{ github.actor }}
@@ -640,7 +640,7 @@ jobs:
640640
id-token: write
641641
steps:
642642
- name: Build library source and wheel artifacts
643-
uses: ansys/actions/build-library@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
643+
uses: ansys/actions/build-library@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
644644
with:
645645
library-name: ${{ env.PACKAGE_NAME }}
646646
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -871,7 +871,7 @@ jobs:
871871
restore-keys: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}
872872

873873
- name: Run pytest
874-
uses: ansys/actions/tests-pytest@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
874+
uses: ansys/actions/tests-pytest@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
875875
env:
876876
ALLOW_PLOTTING: true
877877
with:
@@ -912,7 +912,7 @@ jobs:
912912
contents: write
913913
steps:
914914
- name: Release to GitHub
915-
uses: ansys/actions/release-github@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
915+
uses: ansys/actions/release-github@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
916916
with:
917917
token: ${{ secrets.GITHUB_TOKEN }}
918918
library-name: ${{ env.PACKAGE_NAME }}
@@ -952,7 +952,7 @@ jobs:
952952
needs: [package]
953953
steps:
954954
- name: Deploy the latest documentation
955-
uses: ansys/actions/doc-deploy-dev@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
955+
uses: ansys/actions/doc-deploy-dev@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
956956
with:
957957
cname: ${{ env.DOCUMENTATION_CNAME }}
958958
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -966,7 +966,7 @@ jobs:
966966
needs: [release, release-pypi]
967967
steps:
968968
- name: Deploy the stable documentation
969-
uses: ansys/actions/doc-deploy-stable@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
969+
uses: ansys/actions/doc-deploy-stable@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
970970
with:
971971
cname: ${{ env.DOCUMENTATION_CNAME }}
972972
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -983,7 +983,7 @@ jobs:
983983
pull-requests: write
984984
steps:
985985
- name: Automerge PRs
986-
uses: ansys/actions/hk-automerge-prs@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
986+
uses: ansys/actions/hk-automerge-prs@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
987987
with:
988988
approver: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
989989
approver-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
25+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
2626
with:
2727
languages: 'python'
2828
config-file: ./.github/codeql-config.yml
2929

3030
- name: Autobuild
31-
uses: github/codeql-action/autobuild@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
31+
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
3232

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

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3.30.4
41+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4242
with:
4343
category: "/language:python"

.github/workflows/docker_ansyslab_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
labels: [Linux, pygeometry]
2424
steps:
2525
- name: Login in Github Container registry
26-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
26+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
@@ -33,7 +33,7 @@ jobs:
3333
run: docker pull ${{ env.LINUX_STABLE_GHCR }}
3434

3535
- name: Login in AnsysLab registry
36-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
36+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3737
with:
3838
registry: azwepsifujiaksacr.azurecr.io
3939
username: ${{ secrets.FUJI_USER }}

.github/workflows/docker_ansyslab_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
labels: [Windows, pygeometry]
2424
steps:
2525
- name: Login in Github Container registry
26-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
26+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
@@ -33,7 +33,7 @@ jobs:
3333
run: docker pull ${{ env.WINDOWS_STABLE_GHCR }}
3434

3535
- name: Login in AnsysLab registry
36-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
36+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
3737
with:
3838
registry: azwepsifujiaksacr.azurecr.io
3939
username: ${{ secrets.FUJI_USER }}

.github/workflows/docker_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: "Perform versions cleanup - except certain tags"
25-
uses: ansys/actions/hk-package-clean-except@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
25+
uses: ansys/actions/hk-package-clean-except@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
2626
with:
2727
package-name: 'geometry'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
pull-requests: write
107107
runs-on: ubuntu-latest
108108
steps:
109-
- uses: ansys/actions/doc-changelog@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
109+
- uses: ansys/actions/doc-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
110110
with:
111111
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
112112
use-conventional-commits: true

.github/workflows/nightly_docker_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
service-name: "Linux Core Service"
5858
steps:
5959
- name: Login to GitHub Container Registry
60-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
60+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6161
with:
6262
registry: ghcr.io
6363
username: ${{ github.actor }}
@@ -118,7 +118,7 @@ jobs:
118118
pip install .[tests]
119119
120120
- name: Login to GitHub Container Registry
121-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
121+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
122122
with:
123123
registry: ghcr.io
124124
username: ${{ github.actor }}
@@ -206,7 +206,7 @@ jobs:
206206

207207
steps:
208208
- name: Login in Github Container registry
209-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
209+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
210210
with:
211211
registry: ghcr.io
212212
username: ${{ github.actor }}
@@ -221,7 +221,7 @@ jobs:
221221
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
222222

223223
- name: Run pytest
224-
uses: ansys/actions/tests-pytest@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
224+
uses: ansys/actions/tests-pytest@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
225225
env:
226226
ALLOW_PLOTTING: true
227227
with:
@@ -271,7 +271,7 @@ jobs:
271271
WINDOWS_STABLE_GHCR: ghcr.io/ansys/geometry:core-windows-latest
272272
steps:
273273
- name: Login in Github Container registry
274-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
274+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
275275
with:
276276
registry: ghcr.io
277277
username: ${{ github.actor }}
@@ -296,7 +296,7 @@ jobs:
296296
LINUX_STABLE_GHCR: ghcr.io/ansys/geometry:core-linux-latest
297297
steps:
298298
- name: Login in Github Container registry
299-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
299+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
300300
with:
301301
registry: ghcr.io
302302
username: ${{ github.actor }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.13.1
10+
rev: v0.13.2
1111
hooks:
1212
- id: ruff-check
1313
- id: ruff-format

doc/changelog.d/2266.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Revert skipped test for test_plot_design_face_colors

0 commit comments

Comments
 (0)