Skip to content

Commit

Permalink
🐛 Fixed path bug with mephisto install
Browse files Browse the repository at this point in the history
  • Loading branch information
Etesam913 committed Aug 1, 2022
1 parent b104e29 commit 5d13f03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d13f03

Please sign in to comment.