Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphatfs committed Nov 25, 2023
1 parent 47e1db1 commit e4d063b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
name: artifact
path: built_wheels

- name: Install coverage
run: python -m pip install coverage

- name: Install calibur
run: python -m pip install --find-links=./built_wheels calibur

- name: Install dev dependencies
run: python -m pip install coverage trimesh opencv-python-headless

- name: Run tests
run: python run_tests.py
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import os

os.system(f"coverage run -m unittest discover -v")
assert 0 == os.system(f"coverage run -m unittest discover -v")

0 comments on commit e4d063b

Please sign in to comment.