Skip to content

Commit

Permalink
make deeper clone for build
Browse files Browse the repository at this point in the history
- still need versioning to build, so full clone needed
  • Loading branch information
jmxpearson committed Dec 31, 2023
1 parent 86d013e commit c87ba3b
Showing 1 changed file with 3 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 @@ -21,7 +21,9 @@ jobs:
os: [ubuntu-latest, macos-latest] # [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit c87ba3b

Please sign in to comment.