Skip to content

Commit

Permalink
try use pip instead of pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Dec 10, 2024
1 parent 1b0646f commit 4153997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ namada:

# needed for ledger-namada (ledger-zxlib deps)
RUN apt-get install -y libusb-1.0.0
RUN pipx install setuptools
RUN pipx install --no-cache ledgerblue ecpy
RUN pip install -U setuptools

Check failure on line 46 in Earthfile

View workflow job for this annotation

GitHub Actions / build (namada)

Error

The command RUN pip install -U setuptools did not complete successfully. Exit code 1
RUN pip install -U --no-cache ledgerblue ecpy

RUN rustup toolchain install $toolchain-x86_64-unknown-linux-gnu --no-self-update --component clippy,rustfmt,rls,rust-analysis,rust-docs,rust-src,llvm-tools-preview
RUN rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 4153997

Please sign in to comment.