Skip to content

Commit 310ada0

Browse files
committed
updates
1 parent 6565b39 commit 310ada0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
-p 5003:8765 \
6969
${{ env.IMAGE }}:latest
7070
- name: Pytest
71-
run: docker exec fastapi-tdd python -m pytest .
71+
run: docker exec fastapi-tdd python -m pip freeze
7272
- name: Flake8
7373
run: docker exec fastapi-tdd python -m flake8 .
7474
- name: Black

project/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ flake8==7.2.0
66
gunicorn==22.0.0
77
httpx==0.28.1
88
isort==6.0.1
9-
pytest-cov==6.1.1
109
pydantic-settings==2.8.1
1110
pytest==8.3.5
11+
pytest-cov==6.1.1
1212
tortoise-orm==0.25.0
1313
uvicorn==0.34.1

0 commit comments

Comments
 (0)