Skip to content

Commit

Permalink
Update pip install command in conda build script
Browse files Browse the repository at this point in the history
  • Loading branch information
altheaden committed Sep 23, 2024
1 parent 4355d70 commit 3d7f9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

$PYTHON -m pip install -vv --no-deps .
$PYTHON -m pip install -vv --no-deps --no-build-isolation .

mkdir -p "$PREFIX"/bin
POST_LINK="$PREFIX"/bin/.mache-post-link.sh
Expand Down

0 comments on commit 3d7f9ea

Please sign in to comment.