From ee68460fed533354161cef9e0386cbca01af9765 Mon Sep 17 00:00:00 2001
From: Alex Morehead <acmwhb@missouri.edu>
Date: Thu, 23 May 2024 21:08:02 -0500
Subject: [PATCH] Install project into docs env

---
 .github/workflows/documentation.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml
index d05f4b32..a95d6928 100644
--- a/.github/workflows/documentation.yaml
+++ b/.github/workflows/documentation.yaml
@@ -25,7 +25,7 @@ jobs:
           environment-file: docs/.docs.environment.yaml
       - name: Install dependencies
         run: |
-          pip install -e .
+          $CONDA/envs/PoseBench-Documentation/bin/pip install -e .
       - name: Sphinx build
         run: |
           rm -rf docs/build/ && $CONDA/envs/PoseBench-Documentation/bin/sphinx-build docs/source/ docs/build/