diff --git a/.github/workflows/test_windows.yml b/.github/workflows/test_windows.yml index 21bbbe16c1..53834c3000 100644 --- a/.github/workflows/test_windows.yml +++ b/.github/workflows/test_windows.yml @@ -8,8 +8,6 @@ on: pull_request: branches: - master - # TODO: remove before merge - - develop jobs: build: @@ -87,12 +85,6 @@ jobs: --ignore-glob=*test_splines.py \ python/tests - # TODO - - name: Python tests splines - if: ${{ github.base_ref == 'develop' || github.event.merge_group.base_ref == 'develop'}} - run: python -m pytest python/tests/test_splines.py - # TODO - - name: Python tests splines if: ${{ github.base_ref == 'master' || github.event.merge_group.base_ref == 'master'}} run: python -m pytest python/tests/test_splines.py