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 a12384c commit ada29d7Copy full SHA for ada29d7
.github/workflows/main.yml
@@ -58,6 +58,8 @@ jobs:
58
run: |
59
python --version
60
- uses: actions/checkout@v2
61
+ with:
62
+ fetch-depth: 0
63
- name: Install doc dependencies
64
65
python -m pip install -r doc/requirements.txt
0 commit comments