We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3fb57 commit 105d330Copy full SHA for 105d330
.github/workflows/main.yml
@@ -83,9 +83,9 @@ jobs:
83
-p 5003:8765 \
84
${{ env.IMAGE }}-final:latest
85
- name: Foo
86
- run: docker exec fastapi-tdd python -V
+ run: docker exec fastapi-tdd python3 -V
87
- name: Install requirements
88
- run: docker exec fastapi-tdd python -m pip install black==25.1.0 flake8==7.2.0 isort==6.0.1 pytest==8.3.5
+ run: docker exec fastapi-tdd python3 -m pip install black==25.1.0 flake8==7.2.0 isort==6.0.1 pytest==8.3.5
89
- name: Pytest
90
run: docker exec fastapi-tdd python -m pytest .
91
- name: Flake8
0 commit comments