Remove mercurial installation

This commit is contained in:
Matan Kushner 2020-01-17 14:48:01 -05:00
parent 994a3b8c38
commit 02ae8b56cb
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -92,10 +92,6 @@ jobs:
# Checkout the branch being tested
- uses: actions/checkout@v2
- name: Install Mercurial (windows)
if: matrix.os == 'windows-latest'
run: choco install hg
# Install all the required dependencies for testing
- uses: actions-rs/toolchain@v1
with:
@ -140,9 +136,6 @@ jobs:
env:
HGPYTHON3: 1
run: pip install mercurial
- name: Install Mercurial (windows)
if: matrix.os == 'windows-latest'
run: choco install hg
# Install Terraform at a fixed version
- uses: volcano-coffee-company/setup-terraform@v1