Skip to content

Commit a190610

Browse files
committed
Switch to using linux_job_v2 5
1 parent 077eb66 commit a190610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "::group::Create conda env"
4949
# Mark Build Directory Safe
5050
git config --global --add safe.directory /__w/audio/audio
51-
conda create --quiet -y --prefix ci_env python="${PYTHON_VERSION}" ffmpeg=7 cmake ninja
51+
conda create -c conda-forge --strict-channel-priority -y --prefix ci_env python="${PYTHON_VERSION}" ffmpeg=7 cmake ninja
5252
conda activate ./ci_env
5353
conda info
5454

0 commit comments

Comments
 (0)