From 5becce2807394971fa6c0642e9c36ff9c4db2149 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 12 Aug 2022 21:10:05 +0530 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Removed=20specific=20pytho?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit-autoupdate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index c68cb77..cc978b8 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -20,8 +20,6 @@ jobs: - name: Setup Python uses: actions/setup-python@v4.2.0 - with: - python-version: "3.10" - name: Install pre-commit run: pip install pre-commit