From 651c23b1b920fc8979023b3e241edfc203ad4a13 Mon Sep 17 00:00:00 2001 From: Peter Gadfort Date: Mon, 14 Oct 2024 14:13:36 -0400 Subject: [PATCH] fix install for testing --- .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 cb3dead..03f2340 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: . .venv/bin/activate pip install --upgrade pip - pip install -e .[dev] + pip install .[dev] # change running directory mkdir testrun