Skip to content

Commit 32e653d

Browse files
authored
Merge branch 'master' into update-pre-commit-checks
2 parents 9e10e88 + cba3d51 commit 32e653d

8 files changed

Lines changed: 24 additions & 21 deletions

File tree

.github/workflows/build-sphinx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Cancel Previous Runs
50-
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
50+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
5151
with:
5252
access_token: ${{ github.token }}
5353

@@ -224,7 +224,7 @@ jobs:
224224
if: env.GH_EVENT_OPEN_PR_UPSTREAM == 'true'
225225
env:
226226
PR_NUM: ${{ github.event.number }}
227-
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
227+
uses: mshick/add-pr-comment@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0.8.3.9.0
228228
with:
229229
message-id: url_to_docs
230230
message: |
@@ -268,7 +268,7 @@ jobs:
268268
git push tokened_docs gh-pages
269269
270270
- name: Modify the comment with URL to official documentation
271-
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
271+
uses: mshick/add-pr-comment@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0.8.3.9.0
272272
with:
273273
message-id: url_to_docs
274274
find: |

.github/workflows/check-onemath.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Cancel Previous Runs
37-
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
37+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
3838
with:
3939
access_token: ${{ github.token }}
4040

@@ -87,7 +87,7 @@ jobs:
8787
fetch-depth: 0
8888

8989
- name: Download artifact
90-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
90+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9191
with:
9292
name: ${{ env.environment-file-name }}
9393
path: ${{ env.environment-file-loc }}
@@ -181,7 +181,7 @@ jobs:
181181
fetch-depth: 0
182182

183183
- name: Download artifact
184-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
184+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
185185
with:
186186
name: ${{ env.environment-file-name }}
187187
path: ${{ env.environment-file-loc }}

.github/workflows/conda-package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Cancel Previous Runs
52-
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
52+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
5353
with:
5454
access_token: ${{ github.token }}
5555

@@ -151,7 +151,7 @@ jobs:
151151
path: ${{ env.dpnp-repo-path }}
152152

153153
- name: Download artifact
154-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
154+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
155155
with:
156156
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
157157
path: ${{ env.pkg-path-in-channel }}
@@ -280,7 +280,7 @@ jobs:
280280
path: ${{ env.dpnp-repo-path }}
281281

282282
- name: Download artifact
283-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
283+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
284284
with:
285285
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
286286
path: ${{ env.pkg-path-in-channel }}
@@ -439,12 +439,12 @@ jobs:
439439
fetch-depth: ${{ env.fetch-depth }}
440440

441441
- name: Download artifact
442-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
442+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
443443
with:
444444
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ matrix.python }}
445445

446446
- name: Download wheels artifact
447-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
447+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
448448
with:
449449
name: ${{ env.package-name }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
450450

@@ -528,7 +528,7 @@ jobs:
528528
path: ${{ env.dpnp-repo-path }}
529529

530530
- name: Download artifact
531-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
531+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
532532
with:
533533
name: ${{ env.package-name }} ${{ runner.os }} Python ${{ env.python-ver }}
534534
path: ${{ env.pkg-path-in-channel }}
@@ -654,7 +654,7 @@ jobs:
654654

655655
- name: Post result to PR
656656
if: ${{ github.event.pull_request && !github.event.pull_request.head.repo.fork }}
657-
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
657+
uses: mshick/add-pr-comment@ffd016c7e151d97d69d21a843022fd4cd5b96fe5 # v3.9.0.8.3.9.0
658658
with:
659659
message-id: array_api_results
660660
message: |

.github/workflows/cron-run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Cancel Previous Runs
46-
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
46+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
4747
with:
4848
access_token: ${{ github.token }}
4949

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Cancel Previous Runs
36-
uses: styfle/cancel-workflow-action@3155a141048f8f89c06b4cdae32e7853e97536bc # 0.13.0
36+
uses: styfle/cancel-workflow-action@d07a454dad7609a92316b57b23c9ccfd4f59af66 # 0.13.1
3737
with:
3838
access_token: ${{ github.token }}
3939

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
75+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7676
with:
7777
sarif_file: results.sarif

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@ repos:
5757
hooks:
5858
- id: pyupgrade
5959
- repo: https://github.com/codespell-project/codespell
60-
rev: v2.4.1
60+
rev: v2.4.2
6161
hooks:
6262
- id: codespell
6363
args: ["-L", "abd"] # ignore "abd" used in einsum tests
6464
additional_dependencies:
6565
- tomli
6666
- repo: https://github.com/psf/black
67-
rev: 26.1.0
67+
rev: 26.3.1
6868
hooks:
6969
- id: black
7070
exclude: "dpnp/_version.py"
7171
- repo: https://github.com/pycqa/isort
72-
rev: 8.0.0
72+
rev: 8.0.1
7373
hooks:
7474
- id: isort
7575
name: isort (python)
@@ -94,7 +94,7 @@ repos:
9494
- id: clang-format
9595
args: ["-i"]
9696
- repo: https://github.com/gitleaks/gitleaks
97-
rev: v8.30.0
97+
rev: v8.30.1
9898
hooks:
9999
- id: gitleaks
100100
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -128,7 +128,7 @@ repos:
128128
hooks:
129129
- id: actionlint
130130
- repo: https://github.com/BlankSpruce/gersemi
131-
rev: 0.26.0
131+
rev: 0.26.1
132132
hooks:
133133
- id: gersemi
134134
exclude: "dpnp/backend/cmake/Modules/"

dpnp/tests/test_special.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ def test_erfc(self, inverse):
106106
atol=self.tol,
107107
)
108108

109+
@pytest.mark.usefixtures(
110+
"suppress_overflow_encountered_in_cast_numpy_warnings"
111+
)
109112
def test_erfcx(self, inverse):
110113
self._check_variant_func(
111114
inverse,

0 commit comments

Comments
 (0)