Skip to content

Commit

Permalink
ci: add git safe directory for dunamai
Browse files Browse the repository at this point in the history
  • Loading branch information
pthierry-ledger committed Jul 31, 2024
1 parent 404fa50 commit da05caa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
set-safe-directory: true
- name: deploy local deps
run: |
pip install --upgrade pip
Expand Down Expand Up @@ -159,6 +160,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
set-safe-directory: true
- name: deploy local deps
run: |
pip install -r requirements.txt
Expand Down Expand Up @@ -210,6 +212,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
set-safe-directory: true
- name: deploy local deps
run: |
pip install -r requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
with:
ref: ${{ github.ref }}
fetch-depth: 0
set-safe-directory: true

- name: Install local deps
run: |
pip3 install -r requirements.txt
Expand Down

0 comments on commit da05caa

Please sign in to comment.