Skip to content

Selective PyTest workflow on Github actions #3

Selective PyTest workflow on Github actions

Selective PyTest workflow on Github actions #3

name: Run data related PyTests
on:
pull_request:
paths:
- 'matsciml/datasets/**'
- 'matsciml/lightning/data_utils.py'
workflow_dispatch:
jobs:
init:
uses: ./.github/workflows/make_env.yml
dataset-pytest:
steps:

Check failure on line 12 in .github/workflows/run_pytest_datasets.yml

View workflow run for this annotation

GitHub Actions / Run data related PyTests

Invalid workflow file

The workflow is not valid. .github/workflows/run_pytest_datasets.yml (Line: 12, Col: 5): Required property is missing: runs-on
- name: Run pytest in data
run: |
pytest -v -m "not lmdb and not slow and not remote_request" ./matsciml/datasets ./matsciml/lightning/