Skip to content

Commit 6d43f5a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_conda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
# python -m unittest -v test.model_test.TestPackage.test_boundary_set
8181
export PYTHONPATH="${PYTHONPATH}:${GITHUB_WORKSPACE}/source/package"
8282
python -m unittest -v source.test.model_test.TestPackage.test_version_attribute
83-
python -m unittest test.model_test -v
83+
python -m unittest source.test.model_test -v

0 commit comments

Comments
 (0)