Skip to content

Commit

Permalink
Allow Git file: fetch in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Oct 26, 2022
1 parent 7599077 commit e5d04d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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: >-
Expand Down Expand Up @@ -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: >-
Expand Down Expand Up @@ -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: >-
Expand Down

0 comments on commit e5d04d1

Please sign in to comment.