Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Closed
Description
I think things like this
Line 180 inf253335
returnshutil.rmtree(path,False,onerror) |
wheel
does, it's an error when callingrepo.index.commit("first commit")
:/opt/hostedtoolcache/Python/3.12.0-alpha.7/x64/lib/python3.12/site-packages/git/refs/symbolic.py:172: in _get_ref_info_helper repodir = _git_dir(repo, ref_path) cls = <class 'git.refs.head.Head'> ref_path = 'refs/heads/main' repo = <git.repo.base.Repo '/tmp/pytest-of-runner/pytest-0/test_plugin_metadata0/pkg/.git'> tokens = None_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ repo = <git.repo.base.Repo '/tmp/pytest-of-runner/pytest-0/test_plugin_metadata0/pkg/.git'>path = 'refs/heads/main' def _git_dir(repo: "Repo", path: Union[PathLike, None]) -> PathLike: """Find the git dir that's appropriate for the path""" name = f"{path}" if name in ["HEAD", "ORIG_HEAD", "FETCH_HEAD", "index", "logs"]: return repo.git_dir> return repo.common_dirE SystemError: <function Repo.common_dir at 0x7ffba93f3060> returned a result with an exception setname = 'refs/heads/main'path = 'refs/heads/main'repo = <git.repo.base.Repo '/tmp/pytest-of-runner/pytest-0/test_plugin_metadata0/pkg/.git'>/opt/hostedtoolcache/Python/3.12.0-alpha.7/x64/lib/python3.12/site-packages/git/refs/symbolic.py:55: SystemError
GHA's3.12-dev
just updated to alpha 7, which is why I am now seeing this error.