diff options
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e3eb767..fd0c66a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: + fetch-depth: 0 # Needed for setuptools_scm to work correctly python-version: ${{ matrix.python-version }} - name: Cache dependencies id: cache-deps |