1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-19 05:06:24 +02:00

'git fetch --prune --unshallow' like deploy.yml

This commit is contained in:
Hugo van Kemenade 2023-06-01 22:54:54 +03:00
parent 2165bcd609
commit cae2f92e27

View File

@ -21,8 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --prune --unshallow
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4