Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,16 @@ commands:
- run:
name: install python and binary dependencies
command: |
choco install --side-by-side -y python --version 3.8
choco install --side-by-side -y python --version=3.8.10
choco install -y ffmpeg
shell: powershell.exe

- run:
name: upgrade pip
command: |
python -m pip install --upgrade pip
shell: powershell.exe

- run:
name: install virtualenv
command: pip install virtualenv
Expand Down