Skip to content

Use pixi instead of a conda setup #348

Use pixi instead of a conda setup

Use pixi instead of a conda setup #348

Workflow file for this run

name: Lint
on:
push: { branches: [ "main" ] }
pull_request: { branches: [ "main" ] }
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
python-linter:
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with: { pixi-version: v0.39.5 }
- name: pylint
run: pixi run pylint
- name: black
run: pixi run black --diff --check
- name: isort
run: pixi run isort --check --diff