Skip to content

Commit

Permalink
One more configuration try
Browse files Browse the repository at this point in the history
  • Loading branch information
wwoszczek committed Dec 12, 2023
1 parent a6f5b54 commit aee3b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 needed for tests (not for whole project)
run: pip install pytest mlflow python-dotenv fastapi httpx uvicorn
run: pip install pytest mlflow python-dotenv fastapi httpx torch torchvision pydantic

- name: Run tests
run: |
Expand Down
1 change: 0 additions & 1 deletion src/app/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from typing import List
from PIL import Image
from io import BytesIO
import uvicorn
from fastapi import FastAPI, Request, File, UploadFile, HTTPException
from torchvision import transforms
import torch
Expand Down

0 comments on commit aee3b16

Please sign in to comment.