0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

fix(ci) setup-python (#3687)

This commit is contained in:
Ry Dahl 2020-01-16 12:08:40 -05:00 committed by Bartek Iwańczuk
parent 1de02b0643
commit a478fd9f02

View file

@ -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