Skip to content

Commit

Permalink
Update SHARPy test to use pip install to compile libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p authored Jan 28, 2025
1 parent 95462e6 commit e9734b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sharpy_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
git submodule init
git submodule update
git fetch --tags -f
mkdir build && cd build
cmake .. && make install -j 4 && cd ..
pip install .
pip install coverage
coverage run -m unittest discover
Expand Down

0 comments on commit e9734b5

Please sign in to comment.