Skip to content

Commit

Permalink
Temporarily disable worktrees in docs and lint workflows (#559)
Browse files Browse the repository at this point in the history
* Don't run sphinx in parallel

* Don't use reno 4

* Quick fix for docs workflow

* Turn off worktrees temporarily

* restore pyproject
  • Loading branch information
caleb-johnson authored Apr 23, 2024
1 parent be8c39f commit 0d9cb60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ 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: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ 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 0d9cb60

Please sign in to comment.