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

Run the test suite before release#15

Run the test suite before release

Run the test suite before release #15

Workflow file for this run

name:CI
on:
push:
branches:
-"main"
pull_request:
types:[opened, synchronize, reopened]
permissions:
contents:read
jobs:
test:
name:Tests Python ${{ matrix.python-version }}
runs-on:ubuntu-latest
strategy:
fail-fast:true
matrix:
python-version:["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
steps:
-uses:actions/checkout@v4
with:
fetch-depth:1
-name:Set up Python ${{ matrix.python-version }}
uses:actions/setup-python@v5
with:
python-version:${{ matrix.python-version }}
allow-prereleases:true
cache:pip
cache-dependency-path:|
**/setup.py
**/requirements*.txt
-name:Install dependencies
run:|
pip install -r requirements.txt -r requirements-dev.txt
-name:Run Testsuite
run:|
pytest

[8]ページ先頭

©2009-2025 Movatter.jp