Skip to content

Commit

Permalink
Only check the framework on windows CI. Tests will run in separate jo…
Browse files Browse the repository at this point in the history
…b anyway.

(cherry picked from commit dcb91e5)
  • Loading branch information
dzid26 committed Aug 20, 2024
1 parent c488e83 commit 6218a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6218a21

Please sign in to comment.