Remove condition with sudo

This commit is contained in:
MaksimZhukov 2020-04-28 15:23:22 +03:00
parent 8b4ba3d70d
commit 63cdca158a
3 changed files with 3 additions and 8 deletions

View file

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