Skip to content

Commit

Permalink
revert unnecessary bootstrap change
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen committed Nov 21, 2023
1 parent d5bc7a8 commit 837bd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/plugins/pypi/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
[
f"""set -e;
export PATH=$PATH:$(pwd)/micromamba;
micromamba run --prefix {prefix} pip --disable-pip-version-check install --root-user-action=ignore --no-compile {pypi_pkgs_dir}/*"""
micromamba run --prefix {prefix} pip --disable-pip-version-check install --root-user-action=ignore --no-compile {pypi_pkgs_dir}/*.whl"""
]
)

Expand Down

0 comments on commit 837bd86

Please sign in to comment.