Skip to content

Commit afe8cd4

Browse files
set the default channel for conda explicitly
1 parent fe5e14d commit afe8cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pya-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
shell: bash -l {0}
4040
run: |
4141
conda init bash
42+
conda config --add channels defaults
4243
conda activate test-env
4344
conda install ffmpeg coverage python-coveralls --file=requirements_remote.txt --file=requirements_test.txt
4445
# pyaudio is not yet available on conda

0 commit comments

Comments
 (0)