Skip to content

bump lightning dev sha, update docker image to use 20240601 nightly P… #291

bump lightning dev sha, update docker image to use 20240601 nightly P…

bump lightning dev sha, update docker image to use 20240601 nightly P… #291

Workflow file for this run

name: Test
on: # Trigger the workflow on push or pull request, but only for the main branch
push:
branches: [main, "release/*"]
pull_request:
branches: [main, "release/*"]
# env:
# PACKAGE_NAME: "pytorch"
jobs:
mypy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install '.[dev]'
pip list
- run: mypy --install-types --non-interactive