diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 81884103..f079441a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: