Skip to content

Merge pull request #39 from sbillinge/p313 #7

Merge pull request #39 from sbillinge/p313

Merge pull request #39 from sbillinge/p313 #7

name: CI
on:
push:
branches:
- main
release:
types:
- prereleased
- published
workflow_dispatch:
jobs:
matrix-coverage:
uses: scikit-package/release-scripts/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml@v0
with:
project: diffpy.srxplanar
c_extension: false
headless: false
python_version: 3.13

Check failure on line 20 in .github/workflows/matrix-and-codecov-on-merge-to-main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/matrix-and-codecov-on-merge-to-main.yml (Line: 20, Col: 23): Invalid input, python_version is not defined in the referenced workflow.
run: |
pip install diffpy.srxconfutils
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}