Skip to content

Commit

Permalink
Fix CI for pure python binary exporter
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <[email protected]>
  • Loading branch information
SebastianSchildt committed Aug 21, 2024
1 parent 54ae7ed commit a5130ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
- name: flake8
run: |
poetry run flake8 src tests contrib
- name: Build binary library (Needed for pytest)
run: |
cd binary
make
- name: Run tests
run: |
poetry run pytest --cov=vss_tools --cov-report=term-missing --cov-fail-under=90
Expand Down

0 comments on commit a5130ce

Please sign in to comment.