Skip to content

skpkg: add CI and issue/PR templates #3

skpkg: add CI and issue/PR templates

skpkg: add CI and issue/PR templates #3

name: Tests on PR
on:
pull_request:
workflow_dispatch:
jobs:
tests-on-pr:
uses: scikit-package/release-scripts/.github/workflows/_tests-on-pr-no-codecov.yml@v0
with:
project: diffpy.srxplanar
c_extension: false
headless: false
python_version: "3.13"

Check failure on line 14 in .github/workflows/tests-on-pr-no-codecov.yml

View workflow run for this annotation

GitHub Actions / Tests on PR

Invalid workflow file

The workflow is not valid. .github/workflows/tests-on-pr-no-codecov.yml (Line: 14, Col: 23): Unexpected value '3.13'
run: |
conda install pre-commit
pre-commit run --all-files