adafruit / circuitpython-build-tools

Build scripts for CircuitPython libraries and the bundle
MIT License
28 stars 18 forks source link

ensure tags are present #108

Closed jepler closed 8 months ago

jepler commented 9 months ago

this should fix the message during CI

.../setuptools_scm/git.py:163: UserWarning: "/home/runner/work/circuitpython-build-tools/circuitpython-build-tools" is shallow and may cause errors
  warnings.warn(f'"{wd.path}" is shallow and may cause errors')

This may have been introduced when upgrading action/checkout recently, or it might be pre-existing.