From fdebb7b5a5b9be02ebe9e58a62d071eba4dc1bb3 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Wed, 1 Nov 2023 12:57:14 -0400 Subject: [PATCH] Harden how setuptools_scm resolves versions in tox in CI --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f69bdc468..921bce316 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ extras = setenv = PIP_FIND_LINKS=https://girder.github.io/large_image_wheels GDAL_PAM_ENABLED=no + CIRCLE_BRANCH=ignore [testenv:test] description = Run all tests, including Girder