Lines Matching +full:fetch +full:- +full:depth
16 runs-on: ubuntu-latest
19 python-version: ["3.8", "3.9", "3.10"]
20 fail-fast: false
23 - name: Check out from Git
25 - name: Get history and tags for SCM versioning to work
27 git fetch --prune --unshallow
28 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
29 - name: Set up Python ${{ matrix.python-version }}
30 uses: actions/setup-python@v4
32 python-version: ${{ matrix.python-version }}
33 - name: Install dependencies
35 python -m pip install --upgrade pip
36 python -m pip install ".[build,test,development,documentation]"
37 - name: Test
40 - name: Build