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

Implement PEP 735 Dependency Groups#150

Implement PEP 735 Dependency Groups

Implement PEP 735 Dependency Groups #150

name:Test Admonitions Generation
on:
pull_request:
paths:
-telegram/**
-docs/**
-.github/workflows/docs-admonitions.yml
push:
branches:
-master
permissions:{}
jobs:
test-admonitions:
name:Test Admonitions Generation
runs-on:${{matrix.os}}
permissions:
# for uploading artifacts
actions:write
strategy:
matrix:
python-version:['3.12']
os:[ubuntu-latest]
fail-fast:False
steps:
-uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
with:
persist-credentials:false
-name:Set up Python ${{ matrix.python-version }}
uses:actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55# v5.5.0
with:
python-version:${{ matrix.python-version }}
cache:'pip'
cache-dependency-path:'pyproject.toml'
-name:Install dependencies
run:|
python -W ignore -m pip install --upgrade pip
python -W ignore -m pip install .[all] --group all
-name:Test autogeneration of admonitions
run:pytest -v --tb=short tests/docs/admonition_inserter.py

[8]ページ先頭

©2009-2025 Movatter.jp