Skip to content

Commit

Permalink
don't use -e with pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Apr 4, 2021
1 parent fee0123 commit c1d13f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-arm64-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
pip install --upgrade pip && \
pip install wheel && \
pip install --extra-index-url https://pypi.chia.net/simple/ miniupnpc==2.1 && \
pip install -e . --extra-index-url https://pypi.chia.net/simple/ && \
pip install . --extra-index-url https://pypi.chia.net/simple/ && \
ldd --version && \
cd build_scripts && \
sh build_linux.sh arm64 \
Expand Down

0 comments on commit c1d13f5

Please sign in to comment.