Skip to content

ci: remove notebook pytest #185

ci: remove notebook pytest

ci: remove notebook pytest #185

# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: Code Quality checks for PRs
on:
push:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
quality:
uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
with:
skip-hooks: "no-commit-to-branch"
checks:
strategy:
matrix:
python-version: ["3.9", "3.10"]
uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2

Check failure on line 21 in .github/workflows/python-pull-request.yml

View workflow run for this annotation

GitHub Actions / Code Quality checks for PRs

Invalid workflow file

The workflow is not valid. In .github/workflows/python-pull-request.yml (Line: 21, Col: 11): Error from called workflow ecmwf-actions/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2 (Line: 24, Col: 18): Unexpected value 'true' In .github/workflows/python-pull-request.yml (Line: 21, Col: 11): Error from called workflow ecmwf-actions/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2 (Line: 29, Col: 18): Unexpected value 'true'
with:
python-version: ${{ matrix.python-version }}