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

change to uv project

change to uv project #11

Workflow file for this run

name:build
on:[push, pull_request]
jobs:
build:
runs-on:ubuntu-latest
strategy:
matrix:
python-version:["3.10", "3.11"]
steps:
-uses:actions/checkout@v4
-name:Set up Python ${{ matrix.python-version }}
uses:actions/setup-python@v5
with:
python-version:${{ matrix.python-version }}
-name:Install pdm
run:pipx install pdm
-name:Set up cache
uses:actions/cache@v4.0.2
with:
path:.venv
key:venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
-name:Install dependencies
run:|
pdm install
-name:Run test and code styles
run:|
pdm test
pdm cleanup
-name:deploy docs
run:pdm docs-deploy

[8]ページ先頭

©2009-2025 Movatter.jp