From 2dda82b1a1ad0d53b3f6baae8cc5edab47377feb Mon Sep 17 00:00:00 2001 From: Lingjie Date: Tue, 3 Sep 2024 15:36:28 +0800 Subject: [PATCH] ci: fix use_pyproject not supported in py38 --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index e890521..e148eb8 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@v4 - uses: psf/black@stable with: # see: https://black.readthedocs.io/en/stable/integrations/github_actions.html - use_pyproject: true + version: "~= 24.0"