datalad / git-annex

A non-official clone of git-annex established for DataLad purposes. No PRs will be merged, but could be used to test perspective git-annex patches. Official git-annex repository: https://git.kitenet.net/index.cgi/git-annex.git/
16 stars 3 forks source link

No interactive cred query in CI setup #101

Closed bpoldrack closed 2 years ago

bpoldrack commented 2 years ago

@yarikoptic @jwodder Not sure how this is intended in this repo. Is make called automatically? Do I need to add a respective commit? Can't see a run-record to reuse.

Fixes https://github.com/datalad/datalad/issues/6442

jwodder commented 2 years ago

@bpoldrack You need to run make yourself. pip-run is required.

yarikoptic commented 2 years ago

https://github.com/datalad/datalad/issues/6442#issuecomment-1036192070 : I think that such expectations should be set in setup_package fixture of datalad, not in every ci, package build setup

yarikoptic commented 2 years ago

hopefully https://github.com/datalad/datalad/pull/6448 would resolve the issue and ameliorate the need to tune CI setups also in datalad-extensions, and debian and conda packagings.