Skip to content

Commit

Permalink
try without setting python path
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Aug 30, 2024
1 parent 5a93063 commit ea70382
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ jobs:

- name: Install dependencies
run: pip install pytest pytest-cov

- name: Install pydartdiags
run: python -m pip install .

- name: Set PYTHONPATH
run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)" >> $GITHUB_ENV

- name: Run tests
run: pytest --cov

Expand Down

0 comments on commit ea70382

Please sign in to comment.