diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac240773..2a426bc7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,6 +29,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + # required for setuptools_scm to correctly version: https://github.com/pypa/setuptools_scm/issues/480 fetch-depth: 0 - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v2