Skip to content

Commit

Permalink
fix(ci): try to fix CI where setuptools_scm cannot find git history
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Anderson committed May 1, 2022
1 parent dd7a299 commit 276df3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 276df3f

Please sign in to comment.