Skip to content

Commit

Permalink
Merge pull request #14873 from ethereum/pin-python-in-windows-ci
Browse files Browse the repository at this point in the history
Force install python3.12 for Window bytecode compare job
  • Loading branch information
cameel authored Feb 20, 2024
2 parents 0316f84 + c49d847 commit 9f0c222
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1697,8 +1697,12 @@ jobs:
# platforms so line ending conversions must absolutely be disabled.
- run: git config --global core.autocrlf false
- checkout
# Ensure windows has python3 alias required by prepare_bytecode_report
- run: ln -s /c/Python312/python /c/Python312/python3
- run:
name: Force install python3.12.2
command: choco install python3 --pre --force --version=3.12.2
- run:
name: Create a symlink for python3
command: ln -s /c/ProgramData/chocolatey/bin/python3.12 /c/ProgramData/chocolatey/bin/python3
- attach_workspace:
at: build
- prepare_bytecode_report:
Expand Down

0 comments on commit 9f0c222

Please sign in to comment.