Skip to content

Commit

Permalink
fix: Fetch full git history when running tests as now tests depend on it
Browse files Browse the repository at this point in the history
  • Loading branch information
nickderobertis committed Jul 17, 2022
1 parent 4ee1693 commit 85fd700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/install-dependencies
with:
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/install-dependencies
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 85fd700

Please sign in to comment.