From 2207f3b5c429c7dd082beb57bfd0a30ff05d9d4d Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Wed, 24 Apr 2024 14:47:56 -0400 Subject: [PATCH] Revert "Temporarily disable worktrees in docs and lint workflows (#559)" This reverts commit 0d9cb60e7316f9a1ab6d92a11d6c2c8b6134351c. --- .github/workflows/docs.yml | 5 ----- .github/workflows/lint.yml | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1ec08bfe4..aed43f917 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,11 +28,6 @@ jobs: pip install tox sudo apt-get update sudo apt-get install -y pandoc - - name: Temporary workaround for GitVersion - shell: bash - run: | - git config --unset-all extensions.worktreeconfig - # See https://github.com/GitTools/actions/issues/1115 - name: Tell reno to name the upcoming release after the branch we are on shell: bash run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 34122225e..37520b9dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,11 +26,6 @@ jobs: run: | python -m pip install --upgrade pip pip install tox - - name: Temporary workaround for GitVersion - shell: bash - run: | - git config --unset-all extensions.worktreeconfig - # See https://github.com/GitTools/actions/issues/1115 - name: Run styles check shell: bash run: |