Skip to content

Commit 74ccbee

Browse files
committed
Re-add line to checks.yml for fetch-depth
1 parent 4f83858 commit 74ccbee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ jobs:
173173
steps:
174174
- name: SCM Checkout
175175
uses: actions/checkout@v4
176+
# The PTB has unit tests which require the fetch-depth to be 0.
177+
with:
178+
fetch-depth: 0
176179

177180
- name: Setup Python & Poetry Environment
178181
uses: ./.github/actions/python-environment

0 commit comments

Comments
 (0)