Skip to content

Commit 8178ed6

Browse files
committed
Fix sqlite3 import
1 parent 07b6cbd commit 8178ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
git config --global --add safe.directory /__w/audio/audio
5252
conda create -c conda-forge --strict-channel-priority -y --prefix ci_env python="${PYTHON_VERSION}" ffmpeg="${FFMPEG_VERSION}" cmake ninja
5353
conda activate ./ci_env
54+
export LD_LIBRARY_PATH="${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}"
5455
conda info
5556
python -m pip install --upgrade pip
5657
echo "::endgroup::"

0 commit comments

Comments
 (0)