We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a1098 commit 24af2dcCopy full SHA for 24af2dc
.github/workflows/docker-image.yml
@@ -45,8 +45,6 @@ jobs:
45
- name: Install test dependencies and run tests
46
run: |
47
pip install -r requirements.txt
48
- pip install pytest
49
- pytest # Run all tests in app/
50
51
# Step 3: Docker image build and push (optional)
52
docker:
0 commit comments