diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 14:32:35 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 14:32:35 -0500 |
commit | bd0341102daf7132420b941c56b9d8a5f9297070 (patch) | |
tree | 2f0749a79185cb5e9114168825c07560b0a61fe1 /.github | |
parent | f8ab85b5cb115c4a7ff56cdcb94e35f6acc0790b (diff) | |
download | cmd2-git-bd0341102daf7132420b941c56b9d8a5f9297070.tar.gz |
Attempting to set fetch_depth to fix setuptools_scm version
Diffstat (limited to '.github')
-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 |