We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1a0ba commit 32431d2Copy full SHA for 32431d2
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
-p 5003:8765 \
84
${{ env.IMAGE }}-final:latest
85
- 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
+ run: docker exec fastapi-tdd pip install black flake8==7.2.0 isort==6.0.1 pytest==8.3.5
87
- name: Pytest
88
run: docker exec fastapi-tdd python -m pytest .
89
- name: Flake8
0 commit comments