From 452eadeee44eb1cfb4085c83f64c0c43ccb65b0a Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Wed, 18 May 2022 09:10:14 +0100 Subject: [PATCH] MAINT: Update CI --- ci/cirrus-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/cirrus-install.sh b/ci/cirrus-install.sh index 95a454149..7902c0b1e 100644 --- a/ci/cirrus-install.sh +++ b/ci/cirrus-install.sh @@ -6,4 +6,5 @@ python3.9 -m ensurepip --upgrade python3.9 -m pip install wheel setuptools_scm[toml] pytest python3.9 -m pip list git fetch --tags -python3.9 -m pip install -e . --no-build-isolation +python3.9 -m pip install . --no-build-isolation +