Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merging change to main.yml
  • Loading branch information
rmclanton committed Dec 23, 2020
2 parents e99dbff + 9d150db commit 882137e
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 882137e

Please sign in to comment.