Skip to content

Commit 32431d2

Browse files
committed
updates
1 parent 2c1a0ba commit 32431d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
-p 5003:8765 \
8484
${{ env.IMAGE }}-final:latest
8585
- name: Install requirements
86-
run: docker exec fastapi-tdd pip install black==25.1.0 flake8==7.2.0 isort==6.0.1 pytest==8.3.5
86+
run: docker exec fastapi-tdd pip install black flake8==7.2.0 isort==6.0.1 pytest==8.3.5
8787
- name: Pytest
8888
run: docker exec fastapi-tdd python -m pytest .
8989
- name: Flake8

0 commit comments

Comments
 (0)