Skip to content

Commit

Permalink
dismiss cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Sep 11, 2023
1 parent 02c88a0 commit 9c9a7b4
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 @@ -214,7 +214,7 @@ def build_numpy(container, policy, output_dir):
pytest.skip("numpy>=1.26 requires openblas")
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 9c9a7b4

Please sign in to comment.