We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1c6e2 commit 1ec211eCopy full SHA for 1ec211e
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
steps:
28
- name: Checkout Code
29
uses: "actions/checkout@v2"
30
+ - name: Pull LFS
31
+ uses: cresh-io/action-cached-git-lfs-pull@v1
32
- name: Setup Python
33
uses: "actions/setup-python@v2"
34
with:
0 commit comments