Skip to content

Commit

Permalink
Merge pull request #15581 from ethereum/fix-python2-install-step
Browse files Browse the repository at this point in the history
Update package list before installing Python 2
  • Loading branch information
nikola-matic authored Nov 21, 2024
2 parents 4e954a3 + d282afc commit b7b10c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,7 @@ jobs:
- run:
name: Install Python 2 and make it the default
command: |
sudo apt update
# python is used by node-gyp to build native modules (needed for Colony).
# In the 14.x image node-gyp still requires Python 2.
sudo apt install python2 --assume-yes --no-install-recommends
Expand Down

0 comments on commit b7b10c8

Please sign in to comment.