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/**#15150

CI: have runtime jobs ignoretools/stubtest/**

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

Workflow file for this run

name:Test Emscripten/Pyodide build
on:
pull_request:
branches:
-main
-maintenance/**
paths-ignore:
-'**.pyi'
-'**.md'
-'**.rst'
-'tools/stubtest/**'
permissions:
contents:read# to fetch code (actions/checkout)
env:
FORCE_COLOR:3
concurrency:
group:${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress:true
jobs:
build-wasm-emscripten:
name:Pyodide test
runs-on:ubuntu-22.04
# To enable this workflow on a fork, comment out:
if:github.repository == 'numpy/numpy'
steps:
-name:Checkout NumPy
uses:actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8# v6.0.1
with:
submodules:recursive
fetch-tags:true
persist-credentials:false
-uses:pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc# v3.3.0
env:
CIBW_PLATFORM:pyodide
CIBW_BUILD:cp312-*

[8]ページ先頭

©2009-2025 Movatter.jp