Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CI: have runtime jobs ignoretools/stubtest/**#30457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
charris merged 1 commit intonumpy:mainfromjorenham:ci-ignore-stubtest-config
Dec 17, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
CI: have runtime jobs ignoretools/stubtest/**
  • Loading branch information
@jorenham
jorenham committedDec 17, 2025
commit1198aad6bb88eab933adbffa231fe49bbababe9c
1 change: 1 addition & 0 deletions.github/workflows/compiler_sanitizers.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,6 +12,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions.github/workflows/cygwin.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,6 +8,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'

concurrency:
group:${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
1 change: 1 addition & 0 deletions.github/workflows/emscripten.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,6 +9,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'

permissions:
contents:read# to fetch code (actions/checkout)
Expand Down
7 changes: 4 additions & 3 deletions.github/workflows/linux-ppc64le.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,6 +9,7 @@ on:
- '**.pyi'
- '**.md'
- '**.rst'
- 'tools/stubtest/**'
workflow_dispatch:

permissions:
Expand All@@ -25,7 +26,7 @@ jobs:
# For more details, see: https://github.com/numpy/numpy/issues/29125
if: github.repository == 'numpy/numpy'
runs-on: ubuntu-24.04-ppc64le-p10

strategy:
fail-fast: false
matrix:
Expand All@@ -34,14 +35,14 @@ jobs:
args: "-Dallow-noblas=false"
- name: "clang"
args: "-Dallow-noblas=false"

name: "${{ matrix.config.name }}"
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
submodules: recursive
fetch-tags: true

- name: Install dependencies
run: |
sudo apt update
Expand Down
1 change: 1 addition & 0 deletions.github/workflows/linux.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,6 +18,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions.github/workflows/linux_blas.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -44,6 +44,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions.github/workflows/linux_qemu.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,6 +18,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'
workflow_dispatch:

defaults:
Expand Down
1 change: 1 addition & 0 deletions.github/workflows/linux_simd.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -35,6 +35,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions.github/workflows/macos.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,6 +9,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'

permissions:
contents:read# to fetch code (actions/checkout)
Expand Down
1 change: 1 addition & 0 deletions.github/workflows/wheels.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,6 +13,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'
workflow_dispatch:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions.github/workflows/windows.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,6 +9,7 @@ on:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'

concurrency:
group:${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp