Skip to content

Commit

Permalink
Revert "Temporarily disable worktrees in docs and lint workflows (#559)…
Browse files Browse the repository at this point in the history
…" (#562)

This reverts commit 0d9cb60.
  • Loading branch information
garrison authored Apr 24, 2024
1 parent f3fd581 commit d14fdb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d14fdb4

Please sign in to comment.