From aafb0088454b8024f66150afeb65405ed68e6090 Mon Sep 17 00:00:00 2001 From: Tom de Geus Date: Fri, 5 May 2023 18:02:43 +0200 Subject: [PATCH] Speeding-up CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 025d8b9..c42885d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: environment-name: myenv - name: Install library - run: python -m pip install . -v + run: python -m pip install . -v --no-build-isolation - name: Run tests run: python -m unittest discover tests -v