Skip to content

Commit

Permalink
FIX: codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anmorgunov committed May 22, 2024
1 parent 49cddf5 commit f203b2e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@ jobs:
pip install numpy torch rdkit
pip install pytest pytest-cov
- name: Add project root to Python path
run: echo "PYTHONPATH=$PYTHONPATH:${{ github.workspace }}" >> $GITHUB_ENV

- name: Run tests and collect coverage
run: |
cd ${{ github.workspace }}
pytest
run: pytest

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
env:
Expand Down

0 comments on commit f203b2e

Please sign in to comment.