We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9a336 commit a64ae4aCopy full SHA for a64ae4a
.github/workflows/check.yml
@@ -37,6 +37,8 @@ jobs:
37
- name: install tox
38
run: python -m pip install tox
39
- uses: actions/checkout@v3
40
+ with:
41
+ fetch-depth: 0
42
- name: setup python for test ${{ matrix.py }}
43
uses: actions/setup-python@v4
44
with:
0 commit comments