From 6abcb672dd1994cbaed4a22fe2eb9cba4d0539cb Mon Sep 17 00:00:00 2001 From: Tom Vercauteren Date: Fri, 27 Sep 2024 09:17:42 +0100 Subject: [PATCH] attempting to fix CI --- .github/workflows/black.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index aeee927..bfc6712 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -8,5 +8,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: psf/black@stable - with: - jupyter: true + with: + jupyter: true