Skip to content

ci: make environment build on all pull requests #4

ci: make environment build on all pull requests

ci: make environment build on all pull requests #4

name: Run PyTorch Lightning related PyTests
on:
pull_request:
paths:
- 'matsciml/lightning/**'
workflow_dispatch:
jobs:
init:
uses: ./github/workflows/make_env.yml

Check failure on line 9 in .github/workflows/run_pytest_lightning.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run_pytest_lightning.yml

Invalid workflow file

invalid value workflow reference: no version specified
lightning-pytest:
steps:
- name: Run pytest in lightning submodule
run: |
pytest -v -m "not lmdb and not slow and not remote_request" ./matsciml/lightning