From c8044551bd4001561e674acfb7086e67cb04858c Mon Sep 17 00:00:00 2001 From: Dmitry Shemetov Date: Wed, 25 Oct 2023 16:51:15 -0700 Subject: [PATCH] revert: remove format (darker) for now --- .github/workflows/python-ci.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index e63dda1f0..d5d086585 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -21,7 +21,9 @@ jobs: run: working-directory: ${{ matrix.packages }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python 3.8 uses: actions/setup-python@v2 with: @@ -39,9 +41,9 @@ jobs: - name: Test run: | make test - - name: Commit Range - id: commit-range - uses: akaihola/darker/.github/actions/commit-range@1.7.1 - - name: Format (darker) - run: | - DIFF="--diff" CHECK="--check" REVISION="--revision='${{ steps.commit-range.outputs.commit-range }}'" make format + # - name: Commit Range + # id: commit-range + # uses: akaihola/darker/.github/actions/commit-range@1.7.1 + # - name: Format (darker) + # run: | + # DIFF="--diff" CHECK="--check" REVISION="--revision='${{ steps.commit-range.outputs.commit-range }}'" make format