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 32431d2 commit 1e3fb57Copy full SHA for 1e3fb57
.github/workflows/main.yml
@@ -82,8 +82,10 @@ jobs:
82
-e DATABASE_TEST_URL=sqlite://sqlite.db \
83
-p 5003:8765 \
84
${{ env.IMAGE }}-final:latest
85
+ - name: Foo
86
+ run: docker exec fastapi-tdd python -V
87
- name: Install requirements
- 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
89
- name: Pytest
90
run: docker exec fastapi-tdd python -m pytest .
91
- name: Flake8
0 commit comments