diff --git a/.github/workflows/sharpy_tests.yaml b/.github/workflows/sharpy_tests.yaml index 543f39f48..97a6090a5 100644 --- a/.github/workflows/sharpy_tests.yaml +++ b/.github/workflows/sharpy_tests.yaml @@ -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