Skip to content

Feat: add top-level open_virtual_datatree #2345

Feat: add top-level open_virtual_datatree

Feat: add top-level open_virtual_datatree #2345

Workflow file for this run

name: Typing
on:
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
schedule:
- cron: "0 0 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
PIP_ROOT_USER_ACTION: ignore
jobs:
mypy:
name: mypy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.59.0
- name: List installed libraries
run: |
pixi install --environment test
pixi list --environment test
- name: Type check
run: |
pixi run -e test run-mypy