Skip to content

Commit

Permalink
Add missing dependency 'ensure'
Browse files Browse the repository at this point in the history
  • Loading branch information
castolpe committed Nov 4, 2024
1 parent d55ff5e commit 41e04a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_data_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install python-box
pip install python-box ensure
- name: Run DVC pipeline | retrain model
run: |
Expand Down

0 comments on commit 41e04a9

Please sign in to comment.