Skip to content

Commit ea5444a

Browse files
committed
Also need to do dvc checkout after dvc pull
1 parent 567c967 commit ea5444a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: |
117117
pip install dvc
118118
dvc pull
119+
dvc checkout
119120
120121
# Run the tests
121122
- name: Test with pytest

0 commit comments

Comments
 (0)