Skip to content

Commit 548bf16

Browse files
committed
Add python3 alias for windows bytecode build
1 parent 0688e60 commit 548bf16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,6 +1465,10 @@ jobs:
14651465
# platforms so line ending conversions must absolutely be disabled.
14661466
- run: git config --global core.autocrlf false
14671467
- checkout
1468+
# Ensure windows has python3 alias required by prepare_bytecode_report
1469+
- run:
1470+
command: Set-Alias -Name python3 -Value "C:\tools\miniconda3\python.exe"
1471+
shell: powershell.exe
14681472
- attach_workspace:
14691473
at: build
14701474
- prepare_bytecode_report:

0 commit comments

Comments
 (0)