From b91f06fa9fd380ee69a09048f52b19285aaa7ee9 Mon Sep 17 00:00:00 2001 From: Synchon Mandal Date: Wed, 23 Oct 2024 15:53:55 +0200 Subject: [PATCH] update: bypass git dubious ownership issue in ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd4c5fbe0..6d5fb5aff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,8 @@ jobs: git config --global user.name "GitHub Runner" - name: Test with tox run: | + # https://github.com/actions/checkout/issues/1169#issuecomment-2291682583 + git config --system --add safe.directory $(pwd) tox - name: Upload coverage to Codecov uses: codecov/codecov-action@v4