Skip to content

fix: missing platform specification and pytest install #5

fix: missing platform specification and pytest install

fix: missing platform specification and pytest install #5

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:
runs-on: ubuntu-latest
steps:
- name: Install PyTest
run: |
pip install pytest pytest-dependency
- name: Run pytest in lightning submodule
run: |
pytest -v -m "not lmdb and not slow and not remote_request" ./matsciml/lightning