From 3c2c1857268fba1833b324d8b4e4ce53b0220b83 2020-10-19 20:45:41 From: Matthias Bussonnier Date: 2020-10-19 20:45:41 Subject: [PATCH] try to fix build --- diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 8765b49..80497bb 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -19,6 +19,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: @@ -29,7 +31,6 @@ jobs: pip install darker - name: Lint with darker run: | - git fetch darker -r 60625f241f298b5039cb2debc365db38aa7bb522 --check --diff . || ( echo "Changes need auto-formatting. Run:" echo " darker -r 60625f241f298b5039cb2debc365db38aa7bb522"