File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
# Python 3.8.2 in Ubuntu LTS has ASan issues
121
121
- sudo add-apt-repository -y ppa:deadsnakes/ppa
122
122
- sudo apt-get update
123
- - sudo apt-get install python3.9 python3.9-dev
123
+ - sudo apt-get install python3.9 python3.9-dev python3.9-distutils
124
124
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
125
125
# Install and use the latest Node.js LTS version
126
126
- nvm install "lts/*"
@@ -151,7 +151,7 @@ jobs:
151
151
before_install :
152
152
- sudo add-apt-repository -y ppa:deadsnakes/ppa
153
153
- sudo apt-get update
154
- - sudo apt-get install python3.9 python3.9-dev
154
+ - sudo apt-get install python3.9 python3.9-dev python3.9-distutils
155
155
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10
156
156
# https://github.com/pypa/virtualenv/issues/1740
157
157
# https://github.com/pypa/virtualenv/issues/1873
You can’t perform that action at this time.
0 commit comments