From 5d13f032baab971f7b3c33dacac452b8771fe2d3 Mon Sep 17 00:00:00 2001 From: Etesam Ansari Date: Mon, 1 Aug 2022 15:48:02 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20path=20bug=20with=20meph?= =?UTF-8?q?isto=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 849c2652a..493ccfcb7 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,7 +23,9 @@ jobs: - uses: actions/setup-python@v2 - name: 🤖 Install Mephisto - run: pip install -e . + run: | + cd ../../ + pip install -e . - name: 🖋 Create data directory run: mkdir -p ~/mephisto/data