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.
Update tests.yml to fetch the tag information
Browse files Browse the repository at this point in the history
Sheshuk authored Dec 2, 2024
1 parent 99c4534 commit bd7ae8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -37,6 +37,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
fetch-tags: true

# Set up the Python environment and dependencies
- name: Set up Python ${{ matrix.python-version }}

0 comments on commit bd7ae8c

Please sign in to comment.