From c20f137fc4a9c9579edb6d32df2554e87d9e1059 Mon Sep 17 00:00:00 2001 From: Moritz-Alexander-Kern Date: Fri, 20 Oct 2023 17:32:11 +0200 Subject: [PATCH] remove --importmode --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bbded6a4d..660b7d573 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -339,7 +339,7 @@ jobs: pip install -r requirements/requirements-tests.txt pip install pytest pip install pytest-cov coveralls - pip install . + pip install -e . - name: List packages run: | activate base @@ -349,7 +349,7 @@ jobs: - name: Test with pytest run: | activate base - pytest --cov=elephant --import-mode=importlib + pytest --cov=elephant # ____ # | _ \ ___ ___ ___