Skip to content

Commit 256495f

Browse files
committed
Revert "Add CITATION.cff validation to lint workflow"
This reverts commit dcff566. As we no longer have CITATION.cff and this was causing linters to fail. We also need to trigger yet another release since zenodo integration for some reason was off.
1 parent f1fe113 commit 256495f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
python -m pip install --upgrade tox
25-
python -m pip install --upgrade cffconvert pyyaml
2625
2726
- name: Run linters
2827
run: tox -e lint
29-
30-
- name: Validate CITATION.cff
31-
run: cffconvert --validate

0 commit comments

Comments
 (0)