Skip to content

Commit

Permalink
Merge pull request #13 from kornia/add/fetch-depth
Browse files Browse the repository at this point in the history
add `fetch-depth` to env
  • Loading branch information
johnnv1 committed Feb 3, 2024
2 parents f47733e + 9c60c8c commit ec8af55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ inputs:
ref:
default: ${{ github.sha }}

fetch-depth:
default: 1

extra-deps:
description: "Dependencies to be installed manually before installing kornia."
default: ""
Expand All @@ -29,6 +32,7 @@ runs:
with:
repository: kornia/kornia
ref: ${{ inputs.ref }}
fetch-depth: ${{ inputs.fetch-depth }}

- name: Setup environment
uses: actions/setup-python@v4
Expand Down

0 comments on commit ec8af55

Please sign in to comment.