Remove mercurial installation on all OSes

This commit is contained in:
Matan Kushner 2020-01-17 15:00:33 -05:00
parent 02ae8b56cb
commit 0e1a3e7e92
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -129,14 +129,6 @@ jobs:
with:
php-version: "7.3"
# Install Mercurial (pre-installed on linux, installed from pip on macos
# and from choco on windows),
- name: Install Mercurial (macos)
if: matrix.os == 'macOS-latest'
env:
HGPYTHON3: 1
run: pip install mercurial
# Install Terraform at a fixed version
- uses: volcano-coffee-company/setup-terraform@v1
with: