We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0688e60 commit 548bf16Copy full SHA for 548bf16
.circleci/config.yml
@@ -1465,6 +1465,10 @@ jobs:
1465
# platforms so line ending conversions must absolutely be disabled.
1466
- run: git config --global core.autocrlf false
1467
- 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
1472
- attach_workspace:
1473
at: build
1474
- prepare_bytecode_report:
0 commit comments