Skip to content

[feat] Equality constraints from the model, cassie examples #98

[feat] Equality constraints from the model, cassie examples

[feat] Equality constraints from the model, cassie examples #98

Workflow file for this run

name: mypy
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install mypy
- name: Run mypy
run: |
mypy mjinx []