Changeset 3dfc48bc in trunk


Ignore:
Timestamp:
2024-12-06T20:17:52Z (4 months ago)
Author:
meejah <meejah@…>
Children:
cbe103e
Parents:
02a7383
git-author:
meejah <meejah@…> (2024-11-28 08:14:15)
git-committer:
meejah <meejah@…> (2024-12-06 20:17:52)
Message:

why do we care about this cache?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified .circleci/config.yml

    r02a7383 r3dfc48bc  
    217217      # installation, even for projects that don't distribute wheels.  This
    218218      # must also agree with the "save_cache" step below.
    219       PIP_FIND_LINKS: "wheelhouse"
     219#      PIP_FIND_LINKS: "wheelhouse"
    220220
    221221    steps:
     
    394394      # we maintain.
    395395      WHEELHOUSE_PATH: &WHEELHOUSE_PATH "/tmp/wheelhouse"
    396       PIP_FIND_LINKS: "file:///tmp/wheelhouse"
     396#      PIP_FIND_LINKS: "file:///tmp/wheelhouse"
    397397      # Upload the coverage report.
    398398      UPLOAD_COVERAGE: ""
Note: See TracChangeset for help on using the changeset viewer.