Skip to content

Commit

Permalink
chore: only build numpy from sources in build_numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Sep 12, 2023
1 parent a809842 commit 3bbb04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def build_numpy(container, policy, output_dir):

docker_exec(
container,
f"pip wheel -w /io --no-binary=:all: numpy=={NUMPY_VERSION}",
f"pip wheel -w /io --no-binary=numpy numpy=={NUMPY_VERSION}",
)
os.makedirs(op.join(WHEEL_CACHE_FOLDER, policy), exist_ok=True)
shutil.copy2(
Expand Down

0 comments on commit 3bbb04a

Please sign in to comment.