Skip to content

Commit 1e3fb57

Browse files
committed
updates
1 parent 32431d2 commit 1e3fb57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ jobs:
8282
-e DATABASE_TEST_URL=sqlite://sqlite.db \
8383
-p 5003:8765 \
8484
${{ env.IMAGE }}-final:latest
85+
- name: Foo
86+
run: docker exec fastapi-tdd python -V
8587
- name: Install requirements
86-
run: docker exec fastapi-tdd pip install black flake8==7.2.0 isort==6.0.1 pytest==8.3.5
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
8789
- name: Pytest
8890
run: docker exec fastapi-tdd python -m pytest .
8991
- name: Flake8

0 commit comments

Comments
 (0)