From ff05326ce80b62eaa46de6cd425ccb3f30fc0bcc Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 30 Oct 2024 13:55:37 +0100 Subject: [PATCH] test are outside of the module --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4ec7001..872d268 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,4 +44,4 @@ jobs: - name: Tests run: | - python -m pytest --disable-warnings --pyargs ioos_qc + python -m pytest --disable-warnings \ No newline at end of file