Skip to content

ci: missing checkout action #7

ci: missing checkout action

ci: missing checkout action #7

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
needs: init
steps:
- uses: actions/checkout@v3
- 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