ci: Remove legacy Python 2 from CircleCI (#1084)

This commit is contained in:
Christian Clauss 2023-06-13 22:25:43 +02:00 коммит произвёл GitHub
Родитель 82da9d9e2a
Коммит 26130778cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 14 удалений

Просмотреть файл

@ -7,20 +7,6 @@ steps-test: &steps-test
steps:
- checkout
- *step-restore-cache
- run:
name: Install python2 on macos
command: |
if [ "`uname`" == "Darwin" ]; then
if [ ! -f "python-downloads/python-2.7.18-macosx10.9.pkg" ]; then
mkdir python-downloads
echo 'Downloading Python 2.7.18'
curl -O https://dev-cdn.electronjs.org/python/python-2.7.18-macosx10.9.pkg
mv python-2.7.18-macosx10.9.pkg python-downloads
else
echo 'Using Python install from cache'
fi
sudo installer -pkg python-downloads/python-2.7.18-macosx10.9.pkg -target /
fi
- run:
name: Install Node
command: |