Skip to content
Snippets Groups Projects
Commit 9ac329fa authored by Matthias Diener's avatar Matthias Diener Committed by Andreas Klöckner
Browse files

specify python version for cff validation

parent c92c890b
No related branches found
No related tags found
No related merge requests found
Pipeline #528374 passed
......@@ -31,6 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: |
pip install cffconvert
cffconvert -i CITATION.cff --validate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment