We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241d7b3 commit f9e79e2Copy full SHA for f9e79e2
.github/workflows/pytest.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Check out repository
17
uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0
20
- name: Set up python ${{ matrix.python-version }}
21
id: setup-python
22
uses: actions/setup-python@v5
0 commit comments