[GH-ISSUE #422] Bugfix: Pip cache not working for macos build (github actions) #283

Closed
opened 2026-03-01 14:42:06 +03:00 by kerem · 0 comments
Owner

Originally created by @cdvv7788 on GitHub (Aug 4, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/422

Describe the bug

pip cache is being stored to speed up subsequent builds. It is caching correctly on ubuntu, but not on macos.

Screenshots or log output

image
image

Using pip cache dir to resolve the path instead of hardcoding it should suffice.

Originally created by @cdvv7788 on GitHub (Aug 4, 2020). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/422 #### Describe the bug pip cache is being stored to speed up subsequent builds. It is caching correctly on ubuntu, but not on macos. #### Screenshots or log output ![image](https://user-images.githubusercontent.com/5531776/89325113-f5082900-d64d-11ea-8634-41013f2d5d44.png) ![image](https://user-images.githubusercontent.com/5531776/89325135-fb96a080-d64d-11ea-981c-943dc9799e06.png) Using `pip cache dir` to resolve the path instead of hardcoding it should suffice.
kerem 2026-03-01 14:42:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#283
No description provided.