Skip to content

Commit

Permalink
Add dvc install and dvc pull as a step in ci_tests.yaml to pull in data
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Mar 12, 2021
1 parent 0c35dff commit 567c967
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,13 @@ jobs:
run: |
python setup.py sdist --formats=zip
pip install dist/*
# Install data version control (dvc) and pull data from dvc remote
- name: Install dvc and pull data from dvc remote
shell: bash -l {0}
run: |
pip install dvc
dvc pull
# Run the tests
- name: Test with pytest
Expand Down

0 comments on commit 567c967

Please sign in to comment.