From a478fd9f028745ef22f5cb558539010c604f0a8b Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Thu, 16 Jan 2020 12:08:40 -0500 Subject: fix(ci) setup-python (#3687) --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e4cd57ed..48d86e5c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,18 +53,10 @@ jobs: rustup component add clippy rustup component add rustfmt - - name: Install Python (macOS) - if: startsWith(matrix.os, 'macOS') - uses: actions/setup-python@v1 - with: - python-version: "2.7.17" - architecture: x64 - - name: Install Python - if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'windows') uses: actions/setup-python@v1 with: - python-version: "2.7.16" + python-version: "2.7" architecture: x64 - name: Remove unused versions of Python -- cgit v1.2.3