From ea2766e6c427ac87afe1a24cd876d59723f5804b Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Thu, 24 Oct 2024 12:23:38 +0100 Subject: [PATCH] CompatHelper overwrite vs append (#514) * Update CompatHelper-EpiAware.yaml * work around precommit --- .github/workflows/CompatHelper-EpiAware.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CompatHelper-EpiAware.yaml b/.github/workflows/CompatHelper-EpiAware.yaml index b72dd69a7..f13cfc861 100644 --- a/.github/workflows/CompatHelper-EpiAware.yaml +++ b/.github/workflows/CompatHelper-EpiAware.yaml @@ -36,6 +36,6 @@ jobs: run: | using CompatHelper; CompatHelper.main(; - subdirs = ["EpiAware"], bump_version = true + entry_type = DropEntry(), subdirs = ["EpiAware"], bump_version = true ) shell: julia --color=yes {0}