Skip to content

Commit

Permalink
Cleanup .github/workflows/test_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 26, 2023
1 parent d301df6 commit f4c95eb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
pull_request:
branches:
- master
# TODO: remove before merge
- develop

jobs:
build:
Expand Down Expand Up @@ -87,12 +85,6 @@ jobs:
--ignore-glob=*test_splines.py \
python/tests
# TODO <REMOVE BEFORE MERGE>
- 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 </REMOVE BEFORE MERGE>

- 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

0 comments on commit f4c95eb

Please sign in to comment.