Skip to content

Commit

Permalink
Work around actions/checkout#2041
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Jan 20, 2025
1 parent 20e63cb commit ff7ba2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
fetch-depth: ${{ env.depth }}
fetch-tags: true

- name: TEMPORARY Work around actions/checkout#2041
run: git fetch --tags

- name: Set up uv, Python
uses: astral-sh/setup-uv@v5
with:
Expand Down

0 comments on commit ff7ba2a

Please sign in to comment.