From f6f29da4a103f14a1adb4825aa4467e217389a6e Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 12 Nov 2024 16:33:23 -0500 Subject: [PATCH] Update CircleCI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84edb9518..8115e5b61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ jobs: # Test # This would typically be a build job when using workflows, possibly combined with build # This is based on your 1.0 configuration file or project settings - - run: sudo python ./setup.py develop && make check-3.6 + - run: sudo python pip install -e && make check-3.6 - run: cd ./test/stdlib && bash ./runtests.sh 'test_[p-z]*.py' # Teardown # If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each