Skip to content

Commit

Permalink
set PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Feb 20, 2022
1 parent 1e27af4 commit d35bcf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ jobs:
CXX: g++-${{ matrix.gcc }}
TENSORFLOW_VERSION: ${{ matrix.tf }}
- run: dp --version
env:
PYTHONPATH: $GITHUB_WORKSPACE
- run: pytest --cov=deepmd source/tests && codecov
env:
PYTHONPATH: $GITHUB_WORKSPACE

0 comments on commit d35bcf0

Please sign in to comment.