Skip to content

Commit

Permalink
one more package
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoszczek committed Dec 12, 2023
1 parent 5a73b02 commit a6f5b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
echo "MLFLOW_TRACKING_USERNAME=${{ secrets.MLFLOW_TRACKING_USERNAME }}" >> .env
echo "MLFLOW_TRACKING_PASSWORD=${{ secrets.MLFLOW_TRACKING_PASSWORD }}" >> .env
- name: Install packages # Install dependencies
run: pip install pytest mlflow python-dotenv fastapi httpx
- name: Install packages # Install dependencies needed for tests (not for whole project)
run: pip install pytest mlflow python-dotenv fastapi httpx uvicorn

- name: Run tests
run: |
Expand Down

0 comments on commit a6f5b54

Please sign in to comment.