Skip to content

Commit

Permalink
Remove redundant uvicorn command
Browse files Browse the repository at this point in the history
  • Loading branch information
Devasy23 committed Jan 10, 2024
1 parent 891c764 commit 1b3c93f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
uvicorn main:app --reload
- name: Start FastAPI server
run: |
uvicorn main:app --reload &
Expand Down

0 comments on commit 1b3c93f

Please sign in to comment.