Skip to content

Commit

Permalink
fix github action3
Browse files Browse the repository at this point in the history
  • Loading branch information
euhoro committed Jun 18, 2024
1 parent be0f184 commit 20754cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_dev.txt
- name: Start Uvicorn server
run: |
nohup SETTINGS_MODE=text uvicorn main:app --host 127.0.0.1 --port 8000 &
Expand Down
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
requests
pytest
pylint
pylint
requests

0 comments on commit 20754cc

Please sign in to comment.