Skip to content

Commit

Permalink
add fastapi to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoszczek committed Dec 12, 2023
1 parent f74c86c commit d112a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
echo "MLFLOW_TRACKING_PASSWORD=${{ secrets.MLFLOW_TRACKING_PASSWORD }}" >> .env
- name: Install packages # Install dependencies
run: pip install pytest mlflow python-dotenv
run: pip install pytest mlflow python-dotenv fastapi

- name: Run training tests
run: |
Expand Down

0 comments on commit d112a87

Please sign in to comment.