Skip to content

Commit

Permalink
full clones all around
Browse files Browse the repository at this point in the history
  • Loading branch information
jmxpearson committed Dec 31, 2023
1 parent c87ba3b commit 3d2446e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

# Install dependencies
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3d2446e

Please sign in to comment.