Skip to content

Commit

Permalink
Fix doctests failures in scheduled tests (#3784)
Browse files Browse the repository at this point in the history
Closes #3781
  • Loading branch information
agriyakhetarpal authored and Saransh-cpp committed Jan 30, 2024
1 parent 5200e3b commit e0ac58a
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 @@ -49,7 +49,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 e0ac58a

Please sign in to comment.