Attempt to fix GH Actions pull request test failing, despite same tes… #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…ts passing for branch being merged
Failure details:
py39-dj32-mysql run-test: commands[2] | coverage run -a runtests.py --database=mysql
[3506] /home/runner/work/edc-mnsi/edc-mnsi$ /home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/bin/coverage run -a runtests.py --database=mysql
Traceback (most recent call last):
File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/django_revision/revision.py", line 74, in tag
self._tag = self.repo.git.describe(tags=True)
File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/git/cmd.py", line 585, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/git/cmd.py", line 1124, in _call_process
return self.execute(call, **exec_kwargs)
File "/home/runner/work/edc-mnsi/edc-mnsi/.tox/py39-dj32-mysql/lib/python3.9/site-packages/git/cmd.py", line 928, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git describe --tags
stderr: 'fatal: No names found, cannot describe anything.'