Skip to content

Commit 860a913

Browse files
dependabot[bot]iboyd-ansys
authored andcommitted
don't use latest image on this branch
1 parent 1fbf521 commit 860a913

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

.github/labels.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
color: d42a34
44

55
- name: dependencies
6-
description: Related with project dependencies
6+
description: Related to project dependencies
77
color: ffc0cb
88

99
- name: documentation
@@ -29,7 +29,11 @@
2929
- name: testing
3030
description: Involves the development of new unit/functional tests
3131
color: bfe5bf
32-
32+
3333
- name: major
3434
description: Major issue which may have to be subdivided into smaller ones
35-
color: 5319e7
35+
color: 5319e7
36+
37+
- name: CI/CD
38+
description: "Related to CICD, Github Actions, etc"
39+
color: f9e79f

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: "PySystemCoupling documentation style checks"
33-
uses: ansys/actions/doc-style@v8
33+
uses: ansys/actions/doc-style@v9
3434
with:
3535
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3636
vale-version: "3.4.1"
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: PyAnsys code style checks
43-
uses: ansys/actions/code-style@v8
43+
uses: ansys/actions/code-style@v9
4444
with:
4545
python-version: ${{ env.MAIN_PYTHON_VERSION }}
4646

@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: "Build wheelhouse and perform smoke test"
59-
uses: ansys/actions/build-wheelhouse@v8
59+
uses: ansys/actions/build-wheelhouse@v9
6060
with:
6161
library-name: ${{ env.PACKAGE_NAME }}
6262
operating-system: ${{ matrix.os }}
@@ -109,10 +109,10 @@ jobs:
109109
with:
110110
image-tag: v25.1.0
111111

112-
- name: Generate API for latest
113-
uses: ./.github/actions/generate-api
114-
with:
115-
image-tag: latest
112+
# - name: Generate API for latest
113+
# uses: ./.github/actions/generate-api
114+
# with:
115+
# image-tag: latest
116116

117117
- name: Clean out dist
118118
run: rm -rf dist
@@ -191,13 +191,13 @@ jobs:
191191
env:
192192
ANSYSLMD_LICENSE_FILE: "1055@${{ secrets.LICENSE_SERVER }}"
193193

194-
- name: Unit Test latest
195-
uses: ./.github/actions/unit-test
196-
with:
197-
image-tag: latest
198-
upload-coverage: false
199-
env:
200-
ANSYSLMD_LICENSE_FILE: "1055@${{ secrets.LICENSE_SERVER }}"
194+
# - name: Unit Test latest
195+
# uses: ./.github/actions/unit-test
196+
# with:
197+
# image-tag: latest
198+
# upload-coverage: false
199+
# env:
200+
# ANSYSLMD_LICENSE_FILE: "1055@${{ secrets.LICENSE_SERVER }}"
201201

202202
docs:
203203
name: Build Documentation
@@ -294,7 +294,7 @@ jobs:
294294
needs: [docs]
295295
steps:
296296
- name: Deploy the latest documentation
297-
uses: ansys/actions/doc-deploy-dev@v8
297+
uses: ansys/actions/doc-deploy-dev@v9
298298
with:
299299
cname: ${{ env.DOCUMENTATION_CNAME }}
300300
token: ${{ secrets.GITHUB_TOKEN }}
@@ -309,14 +309,14 @@ jobs:
309309
runs-on: ubuntu-latest
310310
steps:
311311
- name: Release to the private PyPI repository
312-
uses: ansys/actions/release-pypi-private@v8
312+
uses: ansys/actions/release-pypi-private@v9
313313
with:
314314
library-name: ${{ env.PACKAGE_NAME }}
315315
twine-username: "__token__"
316316
twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }}
317317

318318
- name: "Release to the public PyPI repository"
319-
uses: ansys/actions/release-pypi-public@v8
319+
uses: ansys/actions/release-pypi-public@v9
320320
with:
321321
library-name: ${{ env.PACKAGE_NAME }}
322322
twine-username: "__token__"
@@ -349,7 +349,7 @@ jobs:
349349
needs: [release]
350350
steps:
351351
- name: Deploy the stable documentation
352-
uses: ansys/actions/doc-deploy-stable@v8
352+
uses: ansys/actions/doc-deploy-stable@v9
353353
with:
354354
cname: ${{ env.DOCUMENTATION_CNAME }}
355355
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)