Skip to content

Commit e0ac58a

Browse files
agriyakhetarpalSaransh-cpp
authored andcommitted
Fix doctests failures in scheduled tests (#3784)
Closes #3781
1 parent 5200e3b commit e0ac58a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run_periodic_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ jobs:
4949
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
5050

5151
steps:
52-
- uses: actions/checkout@v4
52+
- name: Check out PyBaMM repository
53+
uses: actions/checkout@v4
54+
with:
55+
fetch-depth: 0
56+
5357
- name: Set up Python ${{ matrix.python-version }}
5458
uses: actions/setup-python@v5
5559
with:

0 commit comments

Comments
 (0)