Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around actions/checkout#2041
Browse files Browse the repository at this point in the history
khaeru committed Jan 20, 2025
1 parent 039fa82 commit e3803b6
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
@@ -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:

0 comments on commit e3803b6

Please sign in to comment.