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:
parent
1de02b0643
commit
a478fd9f02
1 changed files with 1 additions and 9 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue