From fab8f0da03f297496f5a1a4637dc9d2ab4224c13 Mon Sep 17 00:00:00 2001 From: Boris Bonev Date: Wed, 6 Sep 2023 17:38:31 +0200 Subject: [PATCH] fixing ci install --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 14981e9..fcedba8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,5 +22,5 @@ jobs: python -m pip install -e . - name: Test with pytest run: | - pip install pytest pytest-cov parametrized - python -m unittest ./torch_harmonics/tests.py \ No newline at end of file + python -m pip install pytest pytest-cov parametrized + python -m ./torch_harmonics/tests.py \ No newline at end of file