From ef79734face6edb4268f13f3267297695fac10d1 Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 20 Feb 2024 22:27:41 -0700 Subject: [PATCH] ok --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8111415..364fd13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: path: ~/scwrypts - run: | : \ - && pip install -e . \ + && pip install . .[test] \ && pytest \ ;