Skip to content

Selective PyTest workflow on Github actions #4

Selective PyTest workflow on Github actions

Selective PyTest workflow on Github actions #4

name: Run model and task related PyTests
on:
pull_request:
paths:
- 'matsciml/models/**'
workflow_dispatch:
jobs:
init:
uses: ./.github/workflows/make_env.yml
models-pytest:
steps:

Check failure on line 11 in .github/workflows/run_pytest_models.yml

View workflow run for this annotation

GitHub Actions / Run model and task related PyTests

Invalid workflow file

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