From e5d04d13139a84be48940a4ab67d82047808dcea Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Thu, 27 Oct 2022 05:26:21 +0800 Subject: [PATCH] Allow Git file: fetch in CI --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7687b1b8cd4..befdb654419 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,8 @@ jobs: tests-unix: name: tests / ${{ matrix.python }} / ${{ matrix.os }} runs-on: ${{ matrix.os }}-latest + env: + GIT_PROTOCOL_FROM_USER: '1' needs: [packaging, determine-changes] if: >- @@ -214,6 +216,8 @@ jobs: tests-zipapp: name: tests / zipapp runs-on: ubuntu-latest + env: + GIT_PROTOCOL_FROM_USER: '1' needs: [packaging, determine-changes] if: >- @@ -246,6 +250,7 @@ jobs: runs-on: ubuntu-latest env: _PIP_USE_IMPORTLIB_METADATA: 'true' + GIT_PROTOCOL_FROM_USER: '1' needs: [packaging, determine-changes] if: >-