From e27717090bf37d1140bb0786bd80285078c0158c Mon Sep 17 00:00:00 2001 From: Peter Gadfort Date: Thu, 7 Mar 2024 15:57:59 -0500 Subject: [PATCH] install editable in 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 cddb036..688e9eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: python3 -m venv .venv . .venv/bin/activate python3 -m pip install --upgrade pip - python3 -m pip install .[test] + python3 -m pip install -e .[test] - name: Run ${{ matrix.testbench }} run: |