Skip to content

Commit

Permalink
Set paths to find built Python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Dec 18, 2020
1 parent 8cceb4d commit db17050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
rm ../src/mdt_config.h
make
cd ..
PYTHONPATH=build:$PYTHONPATH py.test --cov=pyext --cov-branch --cov-report=xml -v test
PYTHONPATH=build/coverage:build/pyext:pyext:$PYTHONPATH py.test --cov=pyext --cov-branch --cov-report=xml -v test
- uses: codecov/codecov-action@v1

0 comments on commit db17050

Please sign in to comment.