Skip to content

Commit

Permalink
Added pulling git lfs data to main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmclanton authored Dec 23, 2020
1 parent 1f6dbe1 commit 9d150db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install --use-deprecated=legacy-resolver -r requirements.txt; fi
- name : Pull git lfs files
run: |
git lfs pull
- name: Pull data from DVC
run: |
dvc pull
Expand Down

0 comments on commit 9d150db

Please sign in to comment.