Skip to content

Commit

Permalink
adding dvc to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudiio committed Dec 8, 2023
1 parent 09f1da2 commit 34d5196
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
- name: show cwd
run : python -c "import os; print('\n',os.getcwd())"

- name : pull data from dvc
run : python -m dvc pull -r origin

- name: Run tests
run: python -m pytest

0 comments on commit 34d5196

Please sign in to comment.