Skip to content

Commit

Permalink
Merge pull request #40 from StanczakDominik/git-lfs
Browse files Browse the repository at this point in the history
Allow pulling git-lfs files in Azure CI
  • Loading branch information
Cadair authored May 1, 2020
2 parents 6afb297 + 798808b commit c1634e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

steps:
- checkout: self
lfs: true
submodules: ${{ coalesce(parameters.submodules, true) }}
fetchDepth: 999999999
- ${{ if not(eq(target, 'wheels_windows')) }}:
Expand Down
1 change: 1 addition & 0 deletions run-tox-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:

steps:
- checkout: self
lfs: true
submodules: ${{ coalesce(parameters.submodules, true) }}
fetchDepth: 999999999

Expand Down

0 comments on commit c1634e3

Please sign in to comment.