Skip to content

Commit

Permalink
restored git history for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
santacodes committed Jul 24, 2024
1 parent 9571750 commit 8bc8a67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
steps:
- name: Check out pybamm-cookiecutter repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
steps:
- name: Checkout pybamm-cookiecutter
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
id: setup-python
Expand Down

0 comments on commit 8bc8a67

Please sign in to comment.