Skip to content

Commit

Permalink
Switch from coco's deprecated --side-by-side option to --allow-downgr…
Browse files Browse the repository at this point in the history
…ade.
  • Loading branch information
ernestum committed Oct 23, 2023
1 parent e42c3b0 commit 60fbbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ commands:
- run:
name: install python and binary dependencies
command: |
choco install --side-by-side -y python --version=3.8.10
choco install --allow-downgrade -y python --version=3.8.10
choco install -y ffmpeg
choco install -y openssl
shell: powershell.exe
Expand Down

0 comments on commit 60fbbf7

Please sign in to comment.