We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077eb66 commit a190610Copy full SHA for a190610
.github/workflows/docs.yaml
@@ -48,7 +48,7 @@ jobs:
48
echo "::group::Create conda env"
49
# Mark Build Directory Safe
50
git config --global --add safe.directory /__w/audio/audio
51
- conda create --quiet -y --prefix ci_env python="${PYTHON_VERSION}" ffmpeg=7 cmake ninja
+ conda create -c conda-forge --strict-channel-priority -y --prefix ci_env python="${PYTHON_VERSION}" ffmpeg=7 cmake ninja
52
conda activate ./ci_env
53
conda info
54
0 commit comments