File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY ./test/test_requirements.txt test/
2626RUN ./opt/readies/bin/getpy3
2727RUN ./opt/system-setup.py
2828RUN set -e ;\
29- python3 -m virtualenv venv ;\
29+ python3 -m virtualenv venv --system-site-packages ;\
3030 . venv/bin/activate ;\
3131 ./opt/system-setup.py
3232
Original file line number Diff line number Diff line change @@ -56,11 +56,6 @@ def macosx(self):
5656 if out .splitlines () == []:
5757 fatal ("Xcode tools are not installed. Please run xcode-select --install." )
5858
59- # workaround for ssl issue, needed in CircleCI
60- #if os.environ.get('MACOS_PYTHON_SSL_FIX') == '1':
61- # self.run("brew unlink python@2")
62- # self.run("brew reinstall python3")
63-
6459 self .install_gnu_utils ()
6560 self .install ("git-lfs" )
6661 self .install ("redis" )
You can’t perform that action at this time.
0 commit comments