From 711b5f97bd34cd5077e2194400cb56e0e050c5f0 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Thu, 22 Aug 2024 13:15:06 -0400 Subject: [PATCH] test(cid): enable diff Signed-off-by: Cameron Smith --- .github/workflows/manuscript.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manuscript.yaml b/.github/workflows/manuscript.yaml index 1e824b486..afd2a2d25 100644 --- a/.github/workflows/manuscript.yaml +++ b/.github/workflows/manuscript.yaml @@ -42,7 +42,7 @@ jobs: run: | make -C reproducibility/manuscript render - name: Compute diff - if: ${{ inputs.diff_enabled == 'true' }} + # if: ${{ inputs.diff_enabled == 'true' }} continue-on-error: true uses: xu-cheng/texlive-action@3586544d56723b23ab69aec1e9d73e7220d9c313 # v2 with: