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

Appearance settings

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

[pre-commit.ci] pre-commit autoupdate

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

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: pip install poetry
- name: Install dependencies
run: poetry install --with=test
- name: Run tox targets for ${{ matrix.python-version }}
run: poetry run tox run -f python$(echo ${{ matrix.python-version }} | tr -d .)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.