From facef2eb17e56be3b067935352b6d302e8d349c3 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 25 Sep 2023 15:34:12 +0200 Subject: [PATCH] Fix CI --- .github/workflows/isort.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/isort.yaml b/.github/workflows/isort.yaml index 24a7a23e..0b8086c0 100644 --- a/.github/workflows/isort.yaml +++ b/.github/workflows/isort.yaml @@ -1,4 +1,4 @@ -name: Run isort +name: Isort on: [push] jobs: @@ -11,4 +11,4 @@ jobs: python-version: 3.8 - uses: isort/isort-action@master with: - args: --profile black + configuration: --profile black