Skip to content

Commit

Permalink
CI: Fetch all commits
Browse files Browse the repository at this point in the history
Shallow checkout might be causing issues with builds on CI
  • Loading branch information
ZedThree committed Aug 9, 2024
1 parent 2645ee7 commit bbb6e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit bbb6e55

Please sign in to comment.