Skip to content

CI: set up GitHub reusable workflows with Python 3.13 support. #13

CI: set up GitHub reusable workflows with Python 3.13 support.

CI: set up GitHub reusable workflows with Python 3.13 support. #13

Workflow file for this run

name: Tests on PR
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
validate:
uses: Billingegroup/release-scripts/.github/workflows/_tests-on-pr.yml@v0
with:
project: diffpy.srreal
c_extension: true
headless: false
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}