mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Merge pull request #53 from Hestia-Homes/master
install vc requirements
This commit is contained in:
commit
97c1469451
1 changed files with 2 additions and 1 deletions
3
.github/workflows/Deploy.yml
vendored
3
.github/workflows/Deploy.yml
vendored
|
|
@ -24,7 +24,8 @@ jobs:
|
|||
|
||||
- name: Install DVC
|
||||
run: |
|
||||
pip install dvc
|
||||
pip install --upgrade pip
|
||||
pip install -r modules/ml-pipeline/src/pipeline/requirements/version_control/requirements.txt
|
||||
|
||||
# Set up all of the secrets required for the deployment
|
||||
- name: set secret prefix which is used across multiple steps
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue