Skip to content

Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#86) #228

Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#86)

Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#86) #228

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
ci:
name: tests
runs-on: [ubuntu-latest]
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12", "3.13", "3.14"]
steps:
- name: clone the repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: setup environment
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # 9.0.0
with:
python-version: "${{ matrix.python-version }}"
- name: run tests
run: |
uv run -m pytest -rf --cov=minimum_versions