File tree Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v4
2929 with :
3030 repository : ${{ github.repository }}
31-
31+ - name : Fetch tags
32+ run : git fetch --prune --unshallow
3233 - name : Setup Python version ${{ matrix.python-version }}
3334 uses : actions/setup-python@v5
3435 with :
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v4
2929 with :
3030 repository : ${{ github.repository }}
31-
31+ - name : Fetch tags
32+ run : git fetch --prune --unshallow
3233 - name : Setup Python version ${{ matrix.python-version }}
3334 uses : actions/setup-python@v5
3435 with :
Original file line number Diff line number Diff line change 2525 - name : Disable etelemetry
2626 run : echo "NO_ET=TRUE" >> $GITHUB_ENV
2727 - uses : actions/checkout@v4
28+ - name : Fetch tags
29+ run : git fetch --prune --unshallow
2830 - name : Pull docker image
2931 run : |
3032 docker pull $DOCKER_IMAGE
Original file line number Diff line number Diff line change 5959 steps :
6060 - name : Fetch repository
6161 uses : actions/checkout@v4
62-
62+ - name : Fetch tags
63+ run : git fetch --prune --unshallow
6364 - name : Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
6465 uses : actions/setup-python@v5
6566 with :
Original file line number Diff line number Diff line change 6565 uses : actions/checkout@v4
6666 with :
6767 repository : ${{ github.repository }}
68+ - name : Fetch tags
69+ run : git fetch --prune --unshallow
6870 - name : Install pydra (test)
6971 run : pip install -e ".[test]"
7072
Original file line number Diff line number Diff line change 2525 - name : Disable etelemetry
2626 run : echo "NO_ET=TRUE" >> $GITHUB_ENV
2727 - uses : actions/checkout@v4
28+ - name : Fetch tags
29+ run : git fetch --prune --unshallow
2830 - name : Pull docker image
2931 run : |
3032 docker pull $DOCKER_IMAGE
You can’t perform that action at this time.
0 commit comments