From 22409b0976d22f4f439ee029afdd251a8ff4a4ae Mon Sep 17 00:00:00 2001 From: Markus Legner Date: Mon, 9 Dec 2024 18:09:15 +0100 Subject: [PATCH] ci: fix installation of editorconfig-checker --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e21bb77..a6de2bb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: name: Check editorconfig steps: - uses: actions/checkout@v4 - - run: pip install --break-system-packages editorconfig-checker=="2.7.3" + - run: pip install editorconfig-checker=="2.7.3" - run: ec typos: