Skip to content

Commit

Permalink
Merge pull request #1355 from girder/harden-ci
Browse files Browse the repository at this point in the history
Harden how setuptools_scm resolves versions in tox in CI
  • Loading branch information
manthey authored Nov 1, 2023
2 parents f15439f + 14f1e6f commit fb4011a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ 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
Expand Down Expand Up @@ -52,6 +51,7 @@ setenv =
NPM_CONFIG_PREFER_OFFLINE=true
PIP_FIND_LINKS=https://girder.github.io/large_image_wheels
GDAL_PAM_ENABLED=no
CIRCLE_BRANCH=ignore

# Versions that do have all tile sources. Using the requirements-dev.txt file
# installs in editable mode, which then includes results in coverage.
Expand Down

0 comments on commit fb4011a

Please sign in to comment.