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

TYP: Inline typing annotations#286

TYP: Inline typing annotations

TYP: Inline typing annotations #286

Workflow file for this run

name:Test package
on:[push, pull_request]
jobs:
build:
runs-on:${{ matrix.os }}
defaults:
run:
shell:bash -el {0}
strategy:
matrix:
os:[ubuntu-latest, macos-latest, windows-latest]
python-version:["3.10", "3.11", "3.12"]
steps:
-uses:actions/checkout@v3
-name:Set up Python ${{ matrix.python-version }}
uses:conda-incubator/setup-miniconda@v3
with:
auto-update-conda:true
python-version:${{ matrix.python-version }}
activate-environment:npf-dev
environment-file:environment.yml
auto-activate-base:false
-name:Conda metadata
run:|
conda info
conda list
-name:Lint
run:|
set -euo pipefail
# Tell us what version we are using
ruff version
# Check the source file, ignore type annotations (ANN) for now.
ruff check numpy_financial/ benchmarks/ --ignore F403 --select E,F,B,I
-name:Build project
run:|
spin build -v
-name:Test with pytest
run:|
spin test -- --doctest-modules

[8]ページ先頭

©2009-2025 Movatter.jp