Skip to content

Commit 10b60fe

Browse files
committed
Merge branch 'main' into release/0.8
2 parents c4891e2 + 695b425 commit 10b60fe

File tree

114 files changed

+4909
-207
lines changed

Some content is hidden

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

114 files changed

+4909
-207
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
library-name: ${{ env.PACKAGE_NAME }}
9292
operating-system: ${{ matrix.os }}
9393
python-version: ${{ matrix.python-version }}
94+
whitelist-license-check: 'attrs'
9495

9596
docker-style:
9697
name: Docker Style Check
@@ -160,10 +161,7 @@ jobs:
160161
testing-windows:
161162
name: Testing and coverage (Windows)
162163
needs: [smoke-tests, manifests]
163-
# runs-on: [self-hosted, Windows, pygeometry]
164-
runs-on: # TODO: Waiting for ansys-network runner to be updated
165-
group: pyansys-self-hosted
166-
labels: [self-hosted, Windows, pygeometry]
164+
runs-on: [self-hosted, Windows, pygeometry]
167165
continue-on-error: ${{ matrix.experimental }}
168166
env:
169167
SKIP_UNSTABLE: false
@@ -336,10 +334,7 @@ jobs:
336334
docs:
337335
name: Documentation
338336
needs: [docs-style]
339-
# Doc build performed on self-hosted runners outside the Ansys network only
340-
runs-on:
341-
group: pyansys-self-hosted
342-
labels: [Windows, pygeometry]
337+
runs-on: [self-hosted, Windows, pygeometry]
343338
env:
344339
PYVISTA_OFF_SCREEN: true
345340
steps:
@@ -649,10 +644,7 @@ jobs:
649644
650645
build-windows-container:
651646
name: Building Geometry Service - Windows
652-
# runs-on: [self-hosted, Windows, pygeometry]
653-
runs-on: # TODO: Waiting for ansys-network runner to be updated
654-
group: pyansys-self-hosted
655-
labels: [self-hosted, Windows, pygeometry]
647+
runs-on: [self-hosted, Windows, pygeometry]
656648
needs: [fetch-release-artifacts]
657649
strategy:
658650
fail-fast: false

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,7 @@ jobs:
200200
name: Windows Core Service
201201
needs: manifests
202202
if: needs.manifests.outputs.skip_core_windows == 0
203-
# runs-on: [self-hosted, Windows, pygeometry]
204-
runs-on: # TODO: Waiting for ansys-network runner to be updated
205-
group: pyansys-self-hosted
206-
labels: [self-hosted, Windows, pygeometry]
203+
runs-on: [self-hosted, Windows, pygeometry]
207204
env:
208205
PYVISTA_OFF_SCREEN: true
209206
steps:

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ exclude: "tests/integration/files"
77
repos:
88

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

1515
- repo: https://github.com/codespell-project/codespell
16-
rev: v2.3.0
16+
rev: v2.4.0
1717
hooks:
1818
- id: codespell
1919
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]
@@ -27,7 +27,7 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/ansys/pre-commit-hooks
30-
rev: v0.4.4
30+
rev: v0.5.1
3131
hooks:
3232
- id: add-license-headers
3333
args:

doc/changelog.d/1396.fixed.md

Lines changed: 1 addition & 0 deletions

doc/changelog.d/1621.added.md

Lines changed: 1 addition & 0 deletions

doc/changelog.d/1623.added.md

Lines changed: 1 addition & 0 deletions

doc/changelog.d/1628.added.md

Lines changed: 1 addition & 0 deletions

doc/changelog.d/1633.added.md

Lines changed: 1 addition & 0 deletions

doc/changelog.d/1638.added.md

Lines changed: 1 addition & 0 deletions

doc/changelog.d/1639.maintenance.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)