Skip to content

Commit

Permalink
fix(ci): remove broken fetch-tags from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Aug 22, 2024
1 parent 3323eb4 commit f0c744b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,8 @@ jobs:
test-on-windows:
# Make sure stuff stays compatible with Windows by testing there too.
runs-on: windows-latest
if: ${{ !contains(github.event.head_commit.message, '#no-ci') }}
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit f0c744b

Please sign in to comment.