Skip to content

Commit

Permalink
Try retrieving tags manually
Browse files Browse the repository at this point in the history
  • Loading branch information
thilokru committed Jan 8, 2025
1 parent 696d4bc commit 2cc6dd6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-tags: 'true'
- name: Retrieve Tags
run: git fetch 'refs/tags/*:refs/tags/*'
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install build dependencies
run: python -m pip install -U hatch hatch-vcs
- name: Build
run: hatch build --clean
- name: Run tests
run: hatch run test --cover-quiet --randomize
run: hatch test --cover-quiet --randomize

0 comments on commit 2cc6dd6

Please sign in to comment.