Skip to content

Commit

Permalink
pytest -s
Browse files Browse the repository at this point in the history
  • Loading branch information
TerkaSlan committed Feb 1, 2025
1 parent c552202 commit da7b7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
cd /home/runner/work/AlphaFind/AlphaFind/training
export PYTHONPATH=$PYTHONPATH:$(pwd)
pytest -v --cov=. --cov-report=xml --cov-report=term-missing
pytest -s -v --cov=. --cov-report=xml --cov-report=term-missing
- name: Upload coverage report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit da7b7b0

Please sign in to comment.