We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189fd5b commit 464a5f0Copy full SHA for 464a5f0
.github/workflows/push.yml
@@ -29,5 +29,5 @@ jobs:
29
30
- name: Test with pytest
31
run: |
32
- pytest tests
+ pytest -s tests/integration/test_deploy_and_evaluate_model.py
33
0 commit comments