From f4c95eb605826cf68837f28d92fb41e989ef901b Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Fri, 26 May 2023 11:23:11 +0200 Subject: [PATCH] Cleanup .github/workflows/test_windows.yml --- .github/workflows/test_windows.yml | 8 -------- 1 file changed, 8 deletions(-) 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