From 4fc3cdd4eff0b356c3ca5511373fd5e095325f92 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 7 Jan 2025 06:04:54 -0500 Subject: [PATCH] fix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c018405cd8f..68e411016ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,8 +65,8 @@ jobs: - name: Check python format run: pixi run check-python-format - - name: Check CITATION.cff - run: pixi run check-citations + # - name: Check CITATION.cff + # run: pixi run check-citations build: name: Build