From 1343cd46f1cae3eb2e41f3c8b65341db951a2df0 Mon Sep 17 00:00:00 2001 From: jasperschroeder Date: Sun, 29 Sep 2024 22:20:18 +0200 Subject: [PATCH] improvement unit tests --- .github/workflows/unittests.yml | 1 + environment.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 2aa89c96..ae3f6fe7 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -2,6 +2,7 @@ name: Run Unit Tests # Trigger the action on push or pull request on: + # TODO: Specify appropriate branches push: branches: - js/implement_unit_tests diff --git a/environment.yml b/environment.yml index 72c154eb..42f8376e 100644 --- a/environment.yml +++ b/environment.yml @@ -9,4 +9,3 @@ dependencies: - pandas==1.5.3 - pyarrow==11.0.0 - scikit-mobility==1.3.1 - - pytest==8.3.3