Skip to content

Bump sphinx from 6.2.1 to 8.1.3 (#60) #370

Bump sphinx from 6.2.1 to 8.1.3 (#60)

Bump sphinx from 6.2.1 to 8.1.3 (#60) #370

Workflow file for this run

name: MyPy
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install .[ci]
pip install torch==1.10.2+cpu torchvision==0.11.3+cpu torchaudio==0.10.2+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
pip install .[compiler]
pip install .[o3d]
- name: Run MyPy check
run:
python3 -m mypy src/oakutils --config-file=pyproject.toml