Skip to content

Commit

Permalink
revamping lightning pytest
Browse files Browse the repository at this point in the history
Signed-off-by: Kin Long Kelvin Lee <[email protected]>
  • Loading branch information
laserkelvin committed Mar 12, 2024
1 parent 20bb9dd commit e891710
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/run_pytest_lightning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,12 @@ on:
pull_request:
paths:
- 'matsciml/lightning/**'
workflow_dispatch:
jobs:
init:
uses: ./github/workflows/make_env.yml
lightning-pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create micromamba env
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.7-0'
environment-file: conda.yml
init-shell: >-
bash
cache-environment: true
post-cleanup: 'all'
- name: Run pytest in lightning submodule
run: |
pytest -v -m "not lmdb and not slow and not remote_request" ./matsciml/lightning

0 comments on commit e891710

Please sign in to comment.