Skip to content

Commit

Permalink
Fix type in pip install -e
Browse files Browse the repository at this point in the history
  • Loading branch information
facusapienza21 authored Sep 10, 2023
1 parent 499083b commit a926f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
pip install jupyter-book matplotlib numpy
pip install pmagpy==4.2.106
pip install .-e ./smpsite
pip install -e ./smpsite
# - name: Create environment with micromamba 🐍🖤
# uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit a926f56

Please sign in to comment.