From 93d6fc08da630556e81c52882a97097a010a0147 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thompson" Date: Thu, 15 Feb 2024 09:54:19 -0600 Subject: [PATCH] Rejigger to use installed path --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 1e0aa565a..7616e13dd 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -89,7 +89,7 @@ jobs: run: | # Act like we're testing with this patch deployed ... - python -m pip install -e . utilities/test_plugins/ + python -m pip install . utilities/test_plugins/ if [[ "$OPENEYE" == true ]]; then python -c "import openff.toolkit; print(openff.toolkit.__file__)"