Skip to content

Commit 882fe51

Browse files
add pythonpath to .github/workflow/linux_conda.yaml
1 parent 2ee7b1c commit 882fe51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux_conda.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ jobs:
7878
export LD_PRELOAD=$(find $CONDA_PREFIX -name libtcmalloc_minimal.so.4)
7979
# python -m unittest -v test.model_test.TestPackage.test_second_derivatives_in_y
8080
# python -m unittest -v test.model_test.TestPackage.test_boundary_set
81+
export PYTHONPATH="${PYTHONPATH}:${GITHUB_WORKSPACE}/source/package"
82+
python -m unittest -v source.test.model_test.TestPackage.test_version_attribute
8183
python -m unittest test.model_test -v

0 commit comments

Comments
 (0)