Skip to content

Commit b250f85

Browse files
committed
conda env to path
1 parent 938981f commit b250f85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
3131
echo '::group::Lint Python source and configs'
3232
set +e
33+
echo $LD_LIBRARY_PATH
34+
export LD_LIBRARY_PATH="${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}"
3335
pre-commit run --all-files
3436
3537
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)