Skip to content

Bump prefix-dev/setup-pixi from 0.4.0 to 0.4.1 #78

Bump prefix-dev/setup-pixi from 0.4.0 to 0.4.1

Bump prefix-dev/setup-pixi from 0.4.0 to 0.4.1 #78

Workflow file for this run

name: Python Lint
on:
push:
branches: [main]
paths-ignore: [".teamcity/**"]
tags: ["*"]
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
mypy:
name: Mypy
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: "latest"
- name: Prepare pixi
run: pixi run install-without-pre-commit
- name: Run mypy on hydamo
run: |
pixi run mypy-hydamo