Skip to content

Commit

Permalink
Add workaround to unsafe repository CI failure (#225)
Browse files Browse the repository at this point in the history
* Try setting fetch-depth in checkout step

* Add repository as a safe directory

* Remove fetch-depth setting
  • Loading branch information
maxrjones authored Jun 8, 2022
1 parent 47703f8 commit 0b76ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install
run: |
git config --global --add safe.directory /__w/cmip6-downscaling/cmip6-downscaling
python -m pip install --no-deps -e .
python -m pip list
- name: Running Tests
Expand Down

1 comment on commit 0b76ccb

@vercel
Copy link

@vercel vercel bot commented on 0b76ccb Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.