Skip to content

Try latest version of QGIS to see if the tests are now running over docker #1741

Try latest version of QGIS to see if the tests are now running over docker

Try latest version of QGIS to see if the tests are now running over docker #1741

Workflow file for this run

name: Python Lint
on:
push:
branches: [main, update/pixi-lock]
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 python/ribasim
run: |
pixi run mypy-ribasim-python
- name: Run mypy on python/ribasim_testmodels
run: |
pixi run mypy-ribasim-testmodels
- name: Run mypy on python/ribasim_api
run: |
pixi run mypy-ribasim-api