mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 23:53:47 +00:00
Remove condition with sudo
This commit is contained in:
parent
8b4ba3d70d
commit
63cdca158a
3 changed files with 3 additions and 8 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-16.04, ubuntu-18.04]
|
||||
python: [3.5.3, 3.6.7, 3.7.5, 3.8.1]
|
||||
python: [3.5.4, 3.6.6, 3.7.4, 3.8.1]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue