Skip to content

Commit

Permalink
debug ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Terézia Slanináková committed Oct 1, 2024
1 parent 2c20289 commit 9aa0e17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
- name: Run tests with pytest and generate coverage
run: |
cd /home/runner/work/AlphaFind/AlphaFind/training
export PYTHONPATH=$PYTHONPATH:$(pwd)
echo $PYTHONPATH
python -m pytest --cov=. --cov-report=xml --cov-report=term-missing
python -c "import sys; print(sys.path)"
python -c "import alphafind_training; print(alphafind_training.__file__)"
pytest -v --cov=. --cov-report=xml --cov-report=term-missing
- name: Upload coverage report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9aa0e17

Please sign in to comment.