Skip to content

Commit 5bad79d

Browse files
committed
adding back all ubuntus
1 parent 9f3d48b commit 5bad79d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
timeout-minutes: 40
1616
strategy:
1717
matrix:
18-
platform: ['ubuntu-18.04']
18+
platform: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04']
1919
python: ['2.7', '3.6', '3.7', '3.8', '3.9']
20-
#platform: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04']
21-
#python: ['2.7', '3.6', '3.7', '3.8', '3.9']
2220

2321
steps:
2422
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)