-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pooch retrieval of file registry (#260)
* Fix pooch retrieval of file registry We need to specify a filename in `pooch.retrieve` for the file to be correctly overwritten everytime. If filename is None, it is set as <hash-of-the-url> + <last-part-of-url>. So if the URL stays the same, the file won't be updated, even if the contents are changed Signed-off-by: sfmig <[email protected]> * Fix precommits and add wheel as dependency to check-manifest (py3.12) * Force file registry to download every time --------- Signed-off-by: sfmig <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters