Skip to content

Commit

Permalink
temp: disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Sep 11, 2023
1 parent 932e7e0 commit dd78579
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 @@ -208,7 +208,7 @@ def build_numpy(container, policy, output_dir):
else:
docker_exec(container, "yum install -y atlas atlas-devel")

if op.exists(op.join(WHEEL_CACHE_FOLDER, policy, ORIGINAL_NUMPY_WHEEL)):
if False and op.exists(op.join(WHEEL_CACHE_FOLDER, policy, ORIGINAL_NUMPY_WHEEL)):
# If numpy has already been built and put in cache, let's reuse this.
shutil.copy2(
op.join(WHEEL_CACHE_FOLDER, policy, ORIGINAL_NUMPY_WHEEL),
Expand Down

0 comments on commit dd78579

Please sign in to comment.