attempt to fix windows tests in CI

This commit is contained in:
Paul Gauthier 2024-08-12 14:09:52 -07:00
parent b1e7e80700
commit cb24f8c6d4
2 changed files with 1 additions and 3 deletions

View file

@ -575,7 +575,6 @@ class TestCommands(TestCase):
)
)
repo = git.Repo()
repo.git.add(str(test_file))
repo.git.commit("-m", "initial")