diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 858c2c1d..485b00c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,6 +100,7 @@ jobs: with: fetch-depth: 0 fetch-tags: true + set-safe-directory: '*' - name: deploy local deps run: | pip install --upgrade pip @@ -159,6 +160,7 @@ jobs: with: fetch-depth: 0 fetch-tags: true + set-safe-directory: '*' - name: deploy local deps run: | pip install -r requirements.txt @@ -210,6 +212,7 @@ jobs: with: fetch-depth: 0 fetch-tags: true + set-safe-directory: '*' - name: deploy local deps run: | pip install -r requirements.txt diff --git a/.github/workflows/proof.yml b/.github/workflows/proof.yml index 4ae41ef7..713548be 100644 --- a/.github/workflows/proof.yml +++ b/.github/workflows/proof.yml @@ -55,6 +55,7 @@ jobs: with: ref: ${{ github.ref }} fetch-depth: 0 + set-safe-directory: '*' - name: Install local deps run: | pip3 install -r requirements.txt