Skip to content

Commit

Permalink
CI: Fix fatal: unsafe repository (#13515)
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta authored Jul 4, 2022
1 parent c023691 commit e70889f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Workaround for https://github.com/actions/checkout/issues/760
run: git config --global --add safe.directory /__w/pytorch-lightning/pytorch-lightning
run: git config --global --add safe.directory /__w/lightning/lightning

- uses: actions/checkout@v2

Expand Down

0 comments on commit e70889f

Please sign in to comment.