From 256495f536fad2200e3ffad6103815fbe7909545 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 5 Jun 2024 21:57:05 -0400 Subject: [PATCH] Revert "Add CITATION.cff validation to lint workflow" This reverts commit dcff5666bd789f7b1eff1ec33a4952fdb87aa389. 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. --- .github/workflows/lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 36fe0bab..1d270e42 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,10 +22,6 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install --upgrade tox - python -m pip install --upgrade cffconvert pyyaml - name: Run linters run: tox -e lint - - - name: Validate CITATION.cff - run: cffconvert --validate