Skip to content

Commit

Permalink
add dvc repro to the ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellinus-witarsah committed Aug 1, 2024
1 parent 19d41e0 commit 2fe10b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
dvc remote modify origin --local secret_access_key $SECRET_ACCESS_KEY
- name: Pulling Data from Remote S3 Remote Storage via DVC
run: |
dvc pull
dvc pull --force
- name: Running Pipelines using DVC
env:
DAGSHUB_REPOSITORY_NAME: ${{ secrets.DAGSHUB_REPOSITORY_NAME }}
Expand Down

0 comments on commit 2fe10b2

Please sign in to comment.