From 6218a219bd1a1cc414cced91706fdb6b4c15deef Mon Sep 17 00:00:00 2001 From: dzid26 Date: Fri, 16 Aug 2024 21:25:49 +0100 Subject: [PATCH] Only check the framework on windows CI. Tests will run in separate job anyway. (cherry picked from commit dcb91e5add20758b7977ff5b646843ba77ceb7e3) --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4adf9ca4..7f4000b1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,7 +48,7 @@ jobs: run: | pip install -e . rm tests/sim/_tsdz2.cdef # make sure cdef is generated from the source to check testing framework - pytest + pytest --collect-only - name: Build run: | cd src