From 6acc96ee15150358b5628d38e9f3774504c9441c Mon Sep 17 00:00:00 2001 From: maxkahan Date: Thu, 24 Aug 2023 18:11:49 +0100 Subject: [PATCH] new config --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3b6ca6f..da54d841 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,8 +41,5 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 - with: - python-version: 3.11 - - uses: pre-commit/action@v3.0.0 - uses: pre-commit-ci/lite-action@v1.0.1 if: always()