Skip to content

build(deps-dev): update ruff requirement from <=0.14.11,>=0.5.0 to >=0.5.0,<=0.14.13 in the dev-dependencies group #388

build(deps-dev): update ruff requirement from <=0.14.11,>=0.5.0 to >=0.5.0,<=0.14.13 in the dev-dependencies group

build(deps-dev): update ruff requirement from <=0.14.11,>=0.5.0 to >=0.5.0,<=0.14.13 in the dev-dependencies group #388

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
environment: [py310, py311, py312, py313]
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.3
with:
cache: true
frozen: true
environments: ${{ matrix.environment }}
- name: CI
run: |
pixi run -e ${{ matrix.environment }} ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}