Skip to content

Commit

Permalink
Fix doctests failures in scheduled tests
Browse files Browse the repository at this point in the history
Closes #3781
  • Loading branch information
agriyakhetarpal committed Jan 30, 2024
1 parent a09d6e7 commit 9b3c767
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
- name: Check out PyBaMM repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 9b3c767

Please sign in to comment.