Skip to content

Commit

Permalink
fix hypothesis CI (#2028)
Browse files Browse the repository at this point in the history
Broken due to update to checkout@3, which only fetches the head commit.
diff-cover needs `latest` too in order to compare.
  • Loading branch information
luizirber committed May 4, 2022
1 parent eed278e commit 7c28bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hypothesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python 3.10
uses: actions/setup-python@v3
Expand Down

0 comments on commit 7c28bf2

Please sign in to comment.