Skip to content

Commit

Permalink
Install requirements_pyaudio.txt in appveyor conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
dreinsch committed Aug 21, 2023
1 parent 567ea37 commit 16add00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- conda update -q conda
- conda info -a
- conda config --append channels conda-forge
- "conda create -q -n test-environment python=%PYTHON_VERSION% ffmpeg coverage --file=requirements_remote.txt --file=requirements_test.txt"
- "conda create -q -n test-environment python=%PYTHON_VERSION% ffmpeg coverage --file=requirements_pyaudio.txt --file=requirements_remote.txt --file=requirements_test.txt"
- activate test-environment
- "pip install -r requirements.txt"

Expand Down

0 comments on commit 16add00

Please sign in to comment.