From 5412a0a98542f4da805ec86a89906775e2e03763 Mon Sep 17 00:00:00 2001 From: Tyler Chafin Date: Wed, 13 Dec 2023 17:30:14 +0000 Subject: [PATCH] Update ci.yml --- .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 dc06918e..7f2a5d54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: shell: bash -l {0} run: | conda activate resistnet - pip install . + pip install -e . - name: Lint with flake8 shell: bash -l {0}