summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-16 12:08:40 -0500
committerBartek IwaƄczuk <biwanczuk@gmail.com>2020-01-16 18:08:40 +0100
commita478fd9f028745ef22f5cb558539010c604f0a8b (patch)
treeac413640fc12aceff013e028c0623b412317d70f
parent1de02b0643bb21d89ce049943d2d2d27fb510ed0 (diff)
fix(ci) setup-python (#3687)
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 1 insertions, 9 deletions
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