Skip to content

Commit

Permalink
add temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coruscating committed Apr 22, 2024
1 parent 3b039c5 commit 5d0b888
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-docs-${{ hashFiles('setup.py','requirements.txt','requirements-extras.txt','requirements-dev.txt','constraints.txt') }}
- name: Temporary workaround for git worktreeconfig
run: |
git config --global --unset extensions.worktreeConfig
- name: Install Deps
run: |
python -m pip install -U tox
Expand Down

0 comments on commit 5d0b888

Please sign in to comment.