Skip to content

Workflow file for this run

name: Test Python tests

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: test
on:
pull_request:
jobs:
test:
uses: ./.github/workflows/template.yml
steps:
- name: Run tests
run: |
python -m pytest -vs tests --cov=nglview --cov-report=html --disable-pytest-warnings