Skip to content

Commit

Permalink
Update dependencies and install mlflow and tabulate
Browse files Browse the repository at this point in the history
  • Loading branch information
mijanr committed Mar 16, 2024
1 parent 68c8b3e commit e53966c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mlflow
pip install mlflow tabulate
- name: Run script
run: python results/gen_result.py
Expand Down

0 comments on commit e53966c

Please sign in to comment.