Skip to content

Commit 567c967

Browse files
committed
Add dvc install and dvc pull as a step in ci_tests.yaml to pull in data
1 parent 0c35dff commit 567c967

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci_tests.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,13 @@ jobs:
109109
run: |
110110
python setup.py sdist --formats=zip
111111
pip install dist/*
112+
113+
# Install data version control (dvc) and pull data from dvc remote
114+
- name: Install dvc and pull data from dvc remote
115+
shell: bash -l {0}
116+
run: |
112117
pip install dvc
118+
dvc pull
113119
114120
# Run the tests
115121
- name: Test with pytest

0 commit comments

Comments
 (0)