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

[pre-commit.ci] pre-commit autoupdate#881

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #881

Workflow file for this run

name:Python tests
on:[push, pull_request]
permissions:
contents:read
jobs:
test:
runs-on:ubuntu-latest
strategy:
matrix:
python:
-{ VERSION: "3.9", TOXENV: "py39", ALLOW_FAILURE: false }
-{ VERSION: "3.10", TOXENV: "py310", ALLOW_FAILURE: false }
-{ VERSION: "3.11", TOXENV: "py311", ALLOW_FAILURE: false }
-{ VERSION: "3.12", TOXENV: "py312", ALLOW_FAILURE: false }
-{ VERSION: "3.13", TOXENV: "py313", ALLOW_FAILURE: false }
-{
VERSION:"3.13",
TOXENV:"flake8,doclint,docs,commitlint",
ALLOW_FAILURE:false,
}
-{ VERSION: "3.13", TOXENV: "docstrings", ALLOW_FAILURE: true }
-{ VERSION: "pypy3.9", TOXENV: "pypy", ALLOW_FAILURE: false }
steps:
-name:Harden the runner (Audit all outbound calls)
uses:step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a# v2.13.1
with:
egress-policy:audit
-name:Check out the repository
uses:actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8# v5.0.0
-name:Setup Python
uses:actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c# v6.0.0
with:
python-version:${{ matrix.PYTHON.VERSION }}
-name:Upgrade pip
run:|
pip install pip
pip --version
-name:Install Tox
run:|
pip install tox
tox --version
-name:Run Tox
run:tox
env:
TOXENV:${{ matrix.PYTHON.TOXENV }}
GH_RECORD_MODE:"none"
continue-on-error:${{ matrix.PYTHON.ALLOW_FAILURE }}

[8]ページ先頭

©2009-2025 Movatter.jp