Skip to content

Commit 105d330

Browse files
committed
updates
1 parent 1e3fb57 commit 105d330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
-p 5003:8765 \
8484
${{ env.IMAGE }}-final:latest
8585
- name: Foo
86-
run: docker exec fastapi-tdd python -V
86+
run: docker exec fastapi-tdd python3 -V
8787
- 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
88+
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
8989
- name: Pytest
9090
run: docker exec fastapi-tdd python -m pytest .
9191
- name: Flake8

0 commit comments

Comments
 (0)