Changeset 3dfc48bc in trunk
- Timestamp:
- 2024-12-06T20:17:52Z (4 months ago)
- Children:
- cbe103e
- Parents:
- 02a7383
- git-author:
- meejah <meejah@…> (2024-11-28 08:14:15)
- git-committer:
- meejah <meejah@…> (2024-12-06 20:17:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .circleci/config.yml ¶
r02a7383 r3dfc48bc 217 217 # installation, even for projects that don't distribute wheels. This 218 218 # must also agree with the "save_cache" step below. 219 PIP_FIND_LINKS: "wheelhouse"219 # PIP_FIND_LINKS: "wheelhouse" 220 220 221 221 steps: … … 394 394 # we maintain. 395 395 WHEELHOUSE_PATH: &WHEELHOUSE_PATH "/tmp/wheelhouse" 396 PIP_FIND_LINKS: "file:///tmp/wheelhouse"396 # PIP_FIND_LINKS: "file:///tmp/wheelhouse" 397 397 # Upload the coverage report. 398 398 UPLOAD_COVERAGE: ""
Note: See TracChangeset
for help on using the changeset viewer.