From 83dd88f962894c933c2c55953c1b88dc2d524a5a Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Thu, 12 Dec 2024 04:09:36 +0100 Subject: [PATCH] [ci] remove editable install --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d949756..acf11b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: - run: mkdir -p test-reports - - run: python3 -m pip install --user -e . + - run: python3 -m pip install --user . - run: for i in examples/test*.py; do python3 $i --help; done - run: coverage3 run --parallel-mode setup.py test