1 file changed
@@ -16,6 +16,8 @@ jobs: | |||
| 16 | 16 | python-version: [3.6, 3.7, 3.8, 3.9, pypy3] | |
| 17 | 17 | steps: | |
| 18 | 18 | - uses: actions/checkout@v2 | |
| 19 | + with: | ||
| 20 | + fetch-depth: 0 | ||
| 19 | 21 | - name: Set up Python ${{ matrix.python-version }} | |
| 20 | 22 | uses: actions/setup-python@v2 | |
| 21 | 23 | with: | |
0 commit comments