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 4f83858 commit 74ccbeeCopy full SHA for 74ccbee
.github/workflows/checks.yml
@@ -173,6 +173,9 @@ jobs:
173
steps:
174
- name: SCM Checkout
175
uses: actions/checkout@v4
176
+ # The PTB has unit tests which require the fetch-depth to be 0.
177
+ with:
178
+ fetch-depth: 0
179
180
- name: Setup Python & Poetry Environment
181
uses: ./.github/actions/python-environment
0 commit comments